|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
~ Copyright (c) 2007-2014 Sonatype, Inc. All rights reserved.
|
|
|
|
|
~ Copyright (c) 2007-2012 Sonatype, Inc. All rights reserved.
|
|
|
|
|
~
|
|
|
|
|
~ This program is licensed to you under the Apache License Version 2.0,
|
|
|
|
|
~ and you may not use this file except in compliance with the Apache License Version 2.0.
|
|
|
|
@ -11,12 +11,13 @@
|
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
~ See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
|
|
|
|
|
-->
|
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<groupId>net.java</groupId>
|
|
|
|
|
<artifactId>jvnet-parent</artifactId>
|
|
|
|
|
<version>5</version>
|
|
|
|
|
<version>4</version>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Java.net Parent</name>
|
|
|
|
@ -42,36 +43,6 @@
|
|
|
|
|
</repository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Configure jvnet-nexus-releases repository by default.
|
|
|
|
|
-->
|
|
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>jvnet-nexus-releases</id>
|
|
|
|
|
<name>Java.net Releases Repositories</name>
|
|
|
|
|
<url>https://maven.java.net/content/repositories/releases/</url>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>jvnet-nexus-releases</id>
|
|
|
|
|
<name>Java.net Releases Repositories</name>
|
|
|
|
|
<url>https://maven.java.net/content/repositories/releases/</url>
|
|
|
|
|
<releases>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</releases>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
@ -91,11 +62,6 @@
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<jvnetDistMgmtSnapshotsUrl>https://maven.java.net/content/repositories/snapshots/</jvnetDistMgmtSnapshotsUrl>
|
|
|
|
|
<!--
|
|
|
|
|
intialize release.arguments to empty, otherwise if not defined
|
|
|
|
|
it can fail the release plugin
|
|
|
|
|
-->
|
|
|
|
|
<release.arguments></release.arguments>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
@ -106,7 +72,6 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
@ -119,7 +84,6 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>2.8</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
@ -132,7 +96,6 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
|
<version>1.0-beta-1</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
@ -144,7 +107,8 @@
|
|
|
|
|
<requireMavenVersion>
|
|
|
|
|
<version>(,2.1.0),(2.1.0,2.2.0),(2.2.0,)</version>
|
|
|
|
|
<message>Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures
|
|
|
|
|
and checksums respectively.</message>
|
|
|
|
|
and checksums respectively.
|
|
|
|
|
</message>
|
|
|
|
|
</requireMavenVersion>
|
|
|
|
|
</rules>
|
|
|
|
|
</configuration>
|
|
|
|
@ -154,7 +118,6 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
<version>1.1</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>sign-artifacts</id>
|