[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 10 18:02:53 EDT 2013
Author: tzeller
Date: Wed Apr 10 18:02:53 2013
New Revision: 138
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=138&view=rev
Log:
Moved JPAR-20 fix from pluginManagement to the release profile.
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=138&r1=137&r2=138&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Apr 10 18:02:53 2013
@@ -433,9 +433,6 @@
<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>
@@ -671,7 +668,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
- <argLine>-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
+ <argLine>-Djava.endorsed.dirs=${project.build.directory}/endorsed -XX:-UseSplitVerifier</argLine>
</configuration>
</plugin>
</plugins>
More information about the commits
mailing list