Blame SOURCES/jaxb-api-2.2.7.pom

c52786
c52786
c52786
c52786
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c52786
c52786
    Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
c52786
c52786
    The contents of this file are subject to the terms of either the GNU
c52786
    General Public License Version 2 only ("GPL") or the Common Development
c52786
    and Distribution License("CDDL") (collectively, the "License").  You
c52786
    may not use this file except in compliance with the License.  You can
c52786
    obtain a copy of the License at
c52786
    https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
c52786
    or packager/legal/LICENSE.txt.  See the License for the specific
c52786
    language governing permissions and limitations under the License.
c52786
c52786
    When distributing the software, include this License Header Notice in each
c52786
    file and include the License file at packager/legal/LICENSE.txt.
c52786
c52786
    GPL Classpath Exception:
c52786
    Oracle designates this particular file as subject to the "Classpath"
c52786
    exception as provided by Oracle in the GPL Version 2 section of the License
c52786
    file that accompanied this code.
c52786
c52786
    Modifications:
c52786
    If applicable, add the following below the License Header, with the fields
c52786
    enclosed by brackets [] replaced by your own identifying information:
c52786
    "Portions Copyright [year] [name of copyright owner]"
c52786
c52786
    Contributor(s):
c52786
    If you wish your version of this file to be governed by only the CDDL or
c52786
    only the GPL Version 2, indicate your decision by adding "[Contributor]
c52786
    elects to include this software in this distribution under the [CDDL or GPL
c52786
    Version 2] license."  If you don't indicate a single choice of license, a
c52786
    recipient has the option to distribute your version of this file under
c52786
    either the CDDL, the GPL Version 2 or to extend the choice of license to
c52786
    its licensees as provided above.  However, if you add GPL Version 2 code
c52786
    and therefore, elected the GPL Version 2 license, then the option applies
c52786
    only if the new code is made subject to such option by the copyright
c52786
    holder.
c52786
c52786
-->
c52786
c52786
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
c52786
c52786
    <parent>
c52786
        <groupId>net.java</groupId>
c52786
        <artifactId>jvnet-parent</artifactId>
c52786
        <version>1</version>
c52786
    </parent>
c52786
    
c52786
    <modelVersion>4.0.0</modelVersion>
c52786
    <groupId>javax.xml.bind</groupId>
c52786
    <artifactId>jaxb-api</artifactId>
c52786
    <version>2.2.7</version>
c52786
    <packaging>jar</packaging>
c52786
c52786
    <name>Java Architecture for XML Binding</name>
c52786
    <description>JAXB (JSR 222) API</description>
c52786
    <url>http://jaxb.java.net/</url>
c52786
c52786
    <organization>
c52786
        <name>Oracle Corporation</name>
c52786
        <url>http://www.oracle.com/</url>
c52786
    </organization>
c52786
c52786
    <developers>
c52786
        <developer>
c52786
            <name>Martin Grebac</name>
c52786
            <email>martin.grebac@oracle.com</email>
c52786
            <organization>Oracle Corporation</organization>
c52786
        </developer>
c52786
    </developers>
c52786
    
c52786
    <licenses>
c52786
        <license>
c52786
            <name>CDDL 1.1</name>
c52786
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
c52786
            <distribution>repo</distribution>
c52786
        </license>
c52786
        <license>
c52786
            <name>GPL2 w/ CPE</name>
c52786
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
c52786
            <distribution>repo</distribution>
c52786
        </license>
c52786
    </licenses>
c52786
c52786
    <scm>
c52786
        <connection>scm:svn:http://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.7</connection>
c52786
        <developerConnection>scm:svn:https://svn.java.net/svn/jsr222~svn/tags/jaxb-api-2.2.7</developerConnection>
c52786
        <url>http://java.net/projects/jsr222/sources/svn/show/tags/jaxb-api-2.2.7</url>
c52786
    </scm>
c52786
c52786
    <properties>
c52786
        <release.spec.feedback>spec-comments@jsr222.java.net</release.spec.feedback>
c52786
        <release.spec.date>Dec 2009</release.spec.date>
c52786
    </properties>
c52786
    
c52786
    <build>
c52786
c52786
        <resources>
c52786
            <resource>
c52786
                <directory>src/main/java</directory>
c52786
                <excludes>
c52786
                    <exclude>**/*.java</exclude>
c52786
                </excludes>
c52786
            </resource>
c52786
        </resources>
c52786
        
c52786
        <plugins>
c52786
            <plugin>
c52786
                <groupId>org.apache.maven.plugins</groupId>
c52786
                <artifactId>maven-compiler-plugin</artifactId>
c52786
                <version>2.0.2</version>
c52786
                <configuration>
c52786
                    <source>1.5</source>
c52786
                    <target>1.5</target>
c52786
                </configuration>
c52786
            </plugin>
c52786
        
c52786
            <plugin>
c52786
                <groupId>org.apache.maven.plugins</groupId>
c52786
                <artifactId>maven-jar-plugin</artifactId>
c52786
                <version>2.3.1</version>
c52786
                <configuration>
c52786
                    <archive>
c52786
                        <manifestEntries>
c52786
                            <Extension-Name>javax.xml.bind</Extension-Name>
c52786
                        </manifestEntries>
c52786
                        <manifest>
c52786
                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
c52786
                        </manifest>
c52786
                    </archive>
c52786
                </configuration>
c52786
            </plugin>
c52786
            
c52786
            <plugin>
c52786
                <groupId>org.apache.maven.plugins</groupId>
c52786
                <artifactId>maven-javadoc-plugin</artifactId>
c52786
                <version>2.8</version>
c52786
                <configuration>
c52786
                    <nodeprecated>false</nodeprecated>
c52786
                    <use>false</use>
c52786
                    <author>true</author>
c52786
                    <version>true</version>
c52786
                    <doctitle>
c52786
JAXB ${project.version} Runtime Library
c52786
${project.name} specification, ${release.spec.date}
c52786
Comments to: ${release.spec.feedback}
c52786
More information at: 
c52786
href='http://jaxb.java.net'>http://jaxb.java.net
c52786
 
 

${project.name}


c52786

 
]]>
c52786
                    </doctitle>
c52786
                    <header>v${project.version}]]>
c52786
                    </header>
c52786
                    <bottom>
c52786

Comments to: ${release.spec.feedback}
c52786

More information at:
c52786
href='http://jaxb.java.net'>http://jaxb.java.net
c52786

Copyright © 2004-2011 Oracle </font>]]>

c52786
                    </bottom>
c52786
                    <detectJavaApiLink>false</detectJavaApiLink>
c52786
                    <offlineLinks>
c52786
                        <offlineLink>
c52786
                            <url>http://download.oracle.com/javase/6/docs/api/</url>
c52786
                            <location>${basedir}/offline-javadoc</location>
c52786
                        </offlineLink>
c52786
                    </offlineLinks>
c52786
                </configuration>  
c52786
            </plugin>
c52786
      
c52786
        </plugins>
c52786
c52786
    </build>    
c52786
c52786
    <profiles>
c52786
        <profile>
c52786
            <id>release-sign-artifacts</id>
c52786
            <activation>
c52786
                <property>
c52786
                    <name>performRelease</name>
c52786
                    <value>true</value>
c52786
                </property>
c52786
            </activation>
c52786
            <build>
c52786
                <plugins>
c52786
                    <plugin>
c52786
                        <groupId>org.apache.maven.plugins</groupId>
c52786
                        <artifactId>maven-gpg-plugin</artifactId>
c52786
                        <version>1.1</version>
c52786
                        <executions>
c52786
                            <execution>
c52786
                                <id>sign-artifacts</id>
c52786
                                <phase>verify</phase>
c52786
                                <goals>
c52786
                                    <goal>sign</goal>
c52786
                                </goals>
c52786
                            </execution>
c52786
                        </executions>
c52786
                    </plugin>
c52786
                </plugins>
c52786
            </build>
c52786
        </profile>
c52786
    </profiles>
c52786
c52786
</project>