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

${project.name}


9755d4c

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

Comments to: ${release.spec.feedback}
9755d4c

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

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

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