Blame SOURCES/jaxb-api-2.2.12-b141001.1542.pom

7073a5
7073a5
7073a5
7073a5
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
7073a5
7073a5
    Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved.
7073a5
7073a5
    The contents of this file are subject to the terms of either the GNU
7073a5
    General Public License Version 2 only ("GPL") or the Common Development
7073a5
    and Distribution License("CDDL") (collectively, the "License").  You
7073a5
    may not use this file except in compliance with the License.  You can
7073a5
    obtain a copy of the License at
7073a5
    http://glassfish.java.net/public/CDDL+GPL_1_1.html
7073a5
    or packager/legal/LICENSE.txt.  See the License for the specific
7073a5
    language governing permissions and limitations under the License.
7073a5
7073a5
    When distributing the software, include this License Header Notice in each
7073a5
    file and include the License file at packager/legal/LICENSE.txt.
7073a5
7073a5
    GPL Classpath Exception:
7073a5
    Oracle designates this particular file as subject to the "Classpath"
7073a5
    exception as provided by Oracle in the GPL Version 2 section of the License
7073a5
    file that accompanied this code.
7073a5
7073a5
    Modifications:
7073a5
    If applicable, add the following below the License Header, with the fields
7073a5
    enclosed by brackets [] replaced by your own identifying information:
7073a5
    "Portions Copyright [year] [name of copyright owner]"
7073a5
7073a5
    Contributor(s):
7073a5
    If you wish your version of this file to be governed by only the CDDL or
7073a5
    only the GPL Version 2, indicate your decision by adding "[Contributor]
7073a5
    elects to include this software in this distribution under the [CDDL or GPL
7073a5
    Version 2] license."  If you don't indicate a single choice of license, a
7073a5
    recipient has the option to distribute your version of this file under
7073a5
    either the CDDL, the GPL Version 2 or to extend the choice of license to
7073a5
    its licensees as provided above.  However, if you add GPL Version 2 code
7073a5
    and therefore, elected the GPL Version 2 license, then the option applies
7073a5
    only if the new code is made subject to such option by the copyright
7073a5
    holder.
7073a5
7073a5
-->
7073a5
7073a5
<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">
7073a5
7073a5
    <parent>
7073a5
        <groupId>net.java</groupId>
7073a5
        <artifactId>jvnet-parent</artifactId>
7073a5
        <version>4</version>
7073a5
    </parent>
7073a5
    
7073a5
    <modelVersion>4.0.0</modelVersion>
7073a5
    <groupId>javax.xml.bind</groupId>
7073a5
    <artifactId>jaxb-api</artifactId>
7073a5
    <version>2.2.12-b141001.1542</version>
7073a5
    <packaging>jar</packaging>
7073a5
7073a5
    <name>Java Architecture for XML Binding</name>
7073a5
    <description>JAXB (JSR 222) API</description>
7073a5
    <url>http://jaxb.java.net/</url>
7073a5
7073a5
    <organization>
7073a5
        <name>Oracle Corporation</name>
7073a5
        <url>http://www.oracle.com/</url>
7073a5
    </organization>
7073a5
7073a5
    <developers>
7073a5
        <developer>
7073a5
            <name>Martin Grebac</name>
7073a5
            <email>martin.grebac@oracle.com</email>
7073a5
            <organization>Oracle Corporation</organization>
7073a5
        </developer>
7073a5
        <developer>
7073a5
            <name>Iaroslav Savytskyi</name>
7073a5
            <email>iaroslav.savytskyi@oracle.com</email>
7073a5
            <organization>Oracle Corporation</organization>
7073a5
        </developer>
7073a5
    </developers>
7073a5
    
7073a5
    <licenses>
7073a5
        <license>
7073a5
            <name>CDDL 1.1</name>
7073a5
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
7073a5
            <distribution>repo</distribution>
7073a5
        </license>
7073a5
        <license>
7073a5
            <name>GPL2 w/ CPE</name>
7073a5
            <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
7073a5
            <distribution>repo</distribution>
7073a5
        </license>
7073a5
    </licenses>
7073a5
7073a5
    <scm>
7073a5
        <connection>scm:svn:http://svn.java.net/svn/jsr222~svn/branches/jaxb-2_2</connection>
7073a5
        <developerConnection>scm:svn:https://svn.java.net/svn/jsr222~svn/branches/jaxb-2_2</developerConnection>
7073a5
        <url>http://java.net/projects/jsr222/sources/svn/show/branches/jaxb-2_2</url>
7073a5
    </scm>
7073a5
    <issueManagement>
7073a5
        <system>jira</system>
7073a5
        <url>http://java.net/jira/browse/JAXB</url>
7073a5
    </issueManagement>
7073a5
7073a5
    <properties>
7073a5
        <release.spec.feedback>spec-comments@jsr222.java.net</release.spec.feedback>
7073a5
        <release.spec.date>Dec 2009</release.spec.date>
7073a5
        <findbugs.exclude>${project.basedir}/exclude.xml</findbugs.exclude>
7073a5
        <findbugs.threshold>Low</findbugs.threshold>
7073a5
    </properties>
7073a5
    
7073a5
    <build>
7073a5
7073a5
        <resources>
7073a5
            <resource>
7073a5
                <directory>src/main/java</directory>
7073a5
                <excludes>
7073a5
                    <exclude>**/*.java</exclude>
7073a5
                </excludes>
7073a5
            </resource>
7073a5
        </resources>
7073a5
7073a5
        <pluginManagement>
7073a5
            <plugins>
7073a5
                <plugin>
7073a5
                    <groupId>org.glassfish.build</groupId>
7073a5
                    <artifactId>gfnexus-maven-plugin</artifactId>
7073a5
                    <version>0.18</version>
7073a5
                    <configuration>
7073a5
                        <stagingRepos>
7073a5
                            <stagingRepo>
7073a5
                                <ref>javax.xml.bind:jaxb-api:${project.version}:jar</ref>
7073a5
                                <profile>javax.xml.bind</profile>
7073a5
                            </stagingRepo>
7073a5
                        </stagingRepos>
7073a5
                        <promotionProfile>metro</promotionProfile>
7073a5
                        <message>JAXB_API-${project.version}</message>
7073a5
                    </configuration>
7073a5
                </plugin>
7073a5
            </plugins>
7073a5
        </pluginManagement>
7073a5
        
7073a5
        <plugins>
7073a5
            <plugin>
7073a5
                <artifactId>maven-enforcer-plugin</artifactId>
7073a5
                <version>1.0.1</version>
7073a5
                <executions>
7073a5
                    <execution>
7073a5
                        <id>enforce-versions</id>
7073a5
                        <goals>
7073a5
                            <goal>enforce</goal>
7073a5
                        </goals>
7073a5
                    </execution>
7073a5
                </executions>
7073a5
                <configuration>
7073a5
                    <rules>
7073a5
                        <requireJavaVersion>
7073a5
                            <version>[1.6,)</version>
7073a5
                        </requireJavaVersion>
7073a5
                        <requireMavenVersion>
7073a5
                            <version>[3.0.3,)</version>
7073a5
                        </requireMavenVersion>
7073a5
                        <DependencyConvergence />
7073a5
                    </rules>
7073a5
                </configuration>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.codehaus.mojo</groupId>
7073a5
                <artifactId>cobertura-maven-plugin</artifactId>
7073a5
                <version>2.5.1</version>
7073a5
                <configuration>
7073a5
                    <formats>
7073a5
                        <format>xml</format>
7073a5
                    </formats>
7073a5
                    <check>
7073a5
                      <totalLineRate>45</totalLineRate>
7073a5
                      <packageLineRate>45</packageLineRate>
7073a5
                      <haltOnFailure>true</haltOnFailure>
7073a5
                    </check>
7073a5
                </configuration>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.glassfish.copyright</groupId>
7073a5
                <artifactId>glassfish-copyright-maven-plugin</artifactId>
7073a5
                <version>1.29</version>
7073a5
                <configuration>
7073a5
                    <templateFile>${project.basedir}/copyright.txt</templateFile>
7073a5
                    <excludeFile>${project.basedir}/copyright-exclude</excludeFile>
7073a5
                    
7073a5
                    <scmOnly>true</scmOnly>
7073a5
                    
7073a5
                    <warn>true</warn>
7073a5
                    
7073a5
                    <update>false</update>
7073a5
                    
7073a5
                    <ignoreYear>false</ignoreYear>
7073a5
                </configuration>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-compiler-plugin</artifactId>
7073a5
                <version>2.5.1</version>
7073a5
                <configuration>
7073a5
                    <source>1.5</source>
7073a5
                    <target>1.5</target>
7073a5
                </configuration>
7073a5
            </plugin>
7073a5
        
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-jar-plugin</artifactId>
7073a5
                <version>2.4</version>
7073a5
                <configuration>
7073a5
                    <archive>
7073a5
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
7073a5
                        <manifestEntries>
7073a5
                            <Extension-Name>javax.xml.bind</Extension-Name>
7073a5
                            <Implementation-Build-Id>${scmBranch}-${buildNumber}, ${timestamp}</Implementation-Build-Id>
7073a5
                        </manifestEntries>
7073a5
                        <manifest>
7073a5
                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
7073a5
                        </manifest>
7073a5
                    </archive>
7073a5
                </configuration>
7073a5
            </plugin>
7073a5
            
7073a5
            <plugin>
7073a5
                <groupId>org.codehaus.mojo</groupId>
7073a5
                <artifactId>buildnumber-maven-plugin</artifactId>
7073a5
                <version>1.1</version>
7073a5
                <configuration>
7073a5
                    <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
7073a5
                    <timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
7073a5
                    <providerImplementations>
7073a5
                        <svn>javasvn</svn>
7073a5
                    </providerImplementations>
7073a5
                    <getRevisionOnlyOnce>true</getRevisionOnlyOnce>
7073a5
                    <revisionOnScmFailure>false</revisionOnScmFailure>
7073a5
                </configuration>
7073a5
                <executions>
7073a5
                    <execution>
7073a5
                        <phase>validate</phase>
7073a5
                        <goals>
7073a5
                            <goal>create</goal>
7073a5
                        </goals>
7073a5
                    </execution>
7073a5
                </executions>
7073a5
                <dependencies>
7073a5
                    <dependency>
7073a5
                        <groupId>org.tmatesoft.svnkit</groupId>
7073a5
                        <artifactId>svnkit</artifactId>
7073a5
                        <version>1.7.4-v1</version>
7073a5
                    </dependency>
7073a5
                </dependencies>
7073a5
            </plugin>                
7073a5
            <plugin>
7073a5
                <groupId>org.apache.felix</groupId>
7073a5
                <artifactId>maven-bundle-plugin</artifactId>
7073a5
                <extensions>true</extensions>
7073a5
                <version>2.3.7</version>
7073a5
                <configuration>
7073a5
                    <archive>  
7073a5
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
7073a5
                    </archive>                     
7073a5
                    <instructions>
7073a5
                        <Export-Package>{local-packages};version="${project.version}"</Export-Package>
7073a5
                        <Import-Package>
7073a5
                            javax.activation,
7073a5
                            javax.xml.bind;version="${project.version}",
7073a5
                            javax.xml.bind.annotation;version="${project.version}",
7073a5
                            javax.xml.bind.annotation.adapters;version="${project.version}",
7073a5
                            javax.xml.bind.attachment;version="${project.version}",
7073a5
                            javax.xml.bind.helpers;version="${project.version}",
7073a5
                            javax.xml.bind.util;version="${project.version}",
7073a5
                            javax.xml.datatype,
7073a5
                            javax.xml.namespace,
7073a5
                            javax.xml.parsers,
7073a5
                            javax.xml.stream,
7073a5
                            javax.xml.transform,
7073a5
                            javax.xml.transform.dom,
7073a5
                            javax.xml.transform.sax,
7073a5
                            javax.xml.transform.stream,
7073a5
                            javax.xml.validation,
7073a5
                            org.w3c.dom,
7073a5
                            org.xml.sax,
7073a5
                            org.xml.sax.ext,
7073a5
                            org.xml.sax.helpers    
7073a5
                        </Import-Package>
7073a5
                        <Bundle-SymbolicName>jaxb-api</Bundle-SymbolicName>
7073a5
                        <Bundle-Name>jaxb-api</Bundle-Name>
7073a5
                        <DynamicImport-Package>org.glassfish.hk2.osgiresourcelocator</DynamicImport-Package>
7073a5
                    </instructions>
7073a5
                </configuration>
7073a5
                <executions>
7073a5
                    <execution>
7073a5
                        <id>bundle-manifest</id>
7073a5
                        <phase>process-classes</phase>
7073a5
                        <goals>    
7073a5
                            <goal>manifest</goal>
7073a5
                        </goals>   
7073a5
                    </execution>
7073a5
                </executions>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.codehaus.mojo</groupId>
7073a5
                <artifactId>findbugs-maven-plugin</artifactId>
7073a5
                <version>2.5.2</version>
7073a5
                <configuration>
7073a5
                    <skip>${findbugs.skip}</skip>
7073a5
                    <threshold>${findbugs.threshold}</threshold>
7073a5
                    <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
7073a5
                    <excludeFilterFile>
7073a5
                        exclude-common.xml,${findbugs.exclude}
7073a5
                    </excludeFilterFile>
7073a5
                    <fork>true</fork>
7073a5
                    <jvmArgs>-Xms64m -Xmx256m</jvmArgs>    
7073a5
                </configuration>
7073a5
                <dependencies>
7073a5
                    <dependency>
7073a5
                        <groupId>org.glassfish.findbugs</groupId>
7073a5
                        <artifactId>findbugs</artifactId>
7073a5
                        <version>1.0</version>
7073a5
                    </dependency>
7073a5
                </dependencies>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-javadoc-plugin</artifactId>
7073a5
                <version>2.9</version>
7073a5
                <configuration>
7073a5
                    <nodeprecated>false</nodeprecated>
7073a5
                    <use>false</use>
7073a5
                    <author>true</author>
7073a5
                    <version>true</version>
7073a5
                    <doctitle>
7073a5
JAXB ${project.version} Runtime Library
7073a5
${project.name} specification, ${release.spec.date}
7073a5
Comments to: ${release.spec.feedback}
7073a5
More information at: 
7073a5
href='http://jaxb.java.net'>http://jaxb.java.net
7073a5
 
 

${project.name}


7073a5

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

Comments to: ${release.spec.feedback}
7073a5

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

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

7073a5
                    </bottom>
7073a5
                    <detectJavaApiLink>false</detectJavaApiLink>
7073a5
                    <offlineLinks>
7073a5
                        <offlineLink>
7073a5
                            <url>http://download.oracle.com/javase/6/docs/api/</url>
7073a5
                            <location>${basedir}/offline-javadoc</location>
7073a5
                        </offlineLink>
7073a5
                    </offlineLinks>
7073a5
                </configuration>  
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-source-plugin</artifactId>
7073a5
                <version>2.2.1</version>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-release-plugin</artifactId>
7073a5
                <version>2.1</version>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.apache.maven.plugins</groupId>
7073a5
                <artifactId>maven-gpg-plugin</artifactId>
7073a5
                <version>1.1</version>
7073a5
            </plugin>
7073a5
            <plugin>
7073a5
                <groupId>org.glassfish.build</groupId>
7073a5
                <artifactId>gfnexus-maven-plugin</artifactId>
7073a5
            </plugin>
7073a5
        </plugins>
7073a5
7073a5
    </build>    
7073a5
7073a5
</project>