[java-parent-projects COMMIT] /java-parent-project-v2/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Apr 11 12:58:34 EDT 2013


Author: tzeller
Date: Thu Apr 11 12:58:34 2013
New Revision: 142

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=142&view=rev
Log:
When running 'mvn site' exclude EventingMapBasedStorageService.java from JavaNCSS which fails on 'this.new'.

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=142&r1=141&r2=142&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Thu Apr 11 12:58:34 2013
@@ -463,6 +463,12 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javancss-maven-plugin</artifactId>
                 <version>2.0</version>
+                <configuration>
+                    <excludes>
+                        <!-- JavaNCSS fails on 'this.new'. -->
+                        <exclude>**/EventingMapBasedStorageService.java</exclude>
+                    </excludes>
+                </configuration>
             </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. -->



More information about the commits mailing list