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