[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 10 19:01:55 EDT 2013
Author: tzeller
Date: Wed Apr 10 19:01:55 2013
New Revision: 139
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=139&view=rev
Log:
Disabled JavaNCSS plugin because it does not support new Java 7 syntax.
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=139&r1=138&r2=139&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Apr 10 19:01:55 2013
@@ -466,11 +466,13 @@
</instrumentation>
</configuration>
</plugin>
+ <!-- 2013-04-10 tz Disabled JavaNCSS plugin because it does not support Java 7 syntax.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<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. -->
<plugin>
More information about the commits
mailing list