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

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 9 06:03:46 EDT 2013


Author: rdw
Date: Tue Apr  9 06:03:46 2013
New Revision: 136

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=136&view=rev
Log:
JPAR-20 Work around Cobertura's Java 7 support when running 'mvn site'.

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=136&r1=135&r2=136&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Tue Apr  9 06:03:46 2013
@@ -433,6 +433,9 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.12.4</version>
+                    <configuration>
+                      <argLine>-XX:-UseSplitVerifier</argLine>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>



More information about the commits mailing list