[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Mar 13 20:15:10 EDT 2013
Author: tzeller
Date: Wed Mar 13 20:15:10 2013
New Revision: 113
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=113&view=rev
Log:
Bumped guava version from 12.0 to 14.0 and explicitly included findbugs as a dependency. JPAR-15.
Modified:
java-parent-project-v3/trunk/pom.xml
Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=113&r1=112&r2=113&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Mar 13 20:15:10 2013
@@ -151,9 +151,14 @@
</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>12.0</version>
+ <version>14.0</version>
</dependency>
<dependency>
<groupId>${httpclient.groupId}</groupId>
@@ -350,7 +355,7 @@
<url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
-
+
<build>
<pluginManagement>
<plugins>
@@ -441,10 +446,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>
@@ -463,16 +466,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>
@@ -488,7 +489,7 @@
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
<configuration>
- <aggregate>true</aggregate>
+ <aggregate>true</aggregate>
</configuration>
</plugin>
<plugin>
@@ -499,8 +500,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>
@@ -515,13 +516,13 @@
</plugin>
</plugins>
</reporting>
-
+
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
@@ -538,7 +539,7 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
More information about the commits
mailing list