[java-parent-projects COMMIT] /java-parent-project-v2/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 4 14:12:51 EDT 2013
Author: scantor
Date: Thu Apr 4 14:12:51 2013
New Revision: 132
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=132&view=rev
Log:
Some sync up with V3 POM, added Daniel as a dev.
Modified:
java-parent-project-v2/trunk/pom.xml
Modified: java-parent-project-v2/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/pom.xml?rev=132&r1=131&r2=132&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Thu Apr 4 14:12:51 2013
@@ -161,6 +161,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
@@ -172,11 +177,6 @@
<version>2.6.1</version>
</dependency>
<dependency>
- <groupId>jargs</groupId>
- <artifactId>jargs</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.2</version>
@@ -246,6 +246,16 @@
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.beust</groupId>
+ <artifactId>jcommander</artifactId>
+ <version>1.30</version>
+ </dependency>
+ <dependency>
+ <groupId>jargs</groupId>
+ <artifactId>jargs</artifactId>
+ <version>1.0</version>
</dependency>
<!-- Provided dependencies -->
@@ -343,7 +353,7 @@
<url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
-
+
<build>
<pluginManagement>
<plugins>
@@ -434,10 +444,8 @@
<instrumentation>
<excludes>
<exclude>**/*Exception.class</exclude>
- <!--
- Exclude directive doesn't support \d so lets just assume no class
- will have more than 9 anonymous inner classes
- -->
+ <!-- Exclude directive doesn't support \d so lets just assume no class will have more than 9
+ anonymous inner classes -->
<exclude>**/*$1.class</exclude>
<exclude>**/*$2.class</exclude>
<exclude>**/*$3.class</exclude>
@@ -456,16 +464,14 @@
<artifactId>javancss-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
- <!--
- We use the aggregate reports for the javadoc and jxr reports because even if the
- project isn't a multi-module project the plugin still does the right thing.
- -->
+ <!-- We use the aggregate reports for the javadoc and jxr reports because even if the project isn't a multi-module
+ project the plugin still does the right thing. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
- <quiet>true</quiet>
+ <quiet>true</quiet>
</configuration>
<reportSets>
<reportSet>
@@ -481,7 +487,7 @@
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
<configuration>
- <aggregate>true</aggregate>
+ <aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
@@ -492,8 +498,8 @@
<reportSet>
<reports>
<report>index</report>
- <report>license</report>
- <report>distribution-management</report>
+ <report>license</report>
+ <report>distribution-management</report>
<report>mailing-list</report>
<report>issue-tracking</report>
<report>scm</report>
@@ -508,13 +514,13 @@
</plugin>
</plugins>
</reporting>
-
+
<profiles>
[... 40 lines stripped ...]
More information about the commits
mailing list