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

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

${project.name}


0c1012

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

Comments to: ${release.spec.feedback}
0c1012

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

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

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