Author: veithen
Date: Sun Aug 30 11:25:40 2015
New Revision: 1700108
URL: http://svn.apache.org/r1700108
Log:
Fix build failure: the bootclasspath property conflicts with a property used by
maven-javadoc-plugin.
Modified:
webservices/axiom/trunk/testing/dom-testsuite/pom.xml
Modified: webservices/axiom/trunk/testing/dom-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/dom-testsuite/pom.xml?rev=1700108&r1=1700107&r2=1700108&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/dom-testsuite/pom.xml Sun Aug 30 11:25:40
2015
@@ -105,7 +105,7 @@
<goal>generate-properties</goal>
</goals>
<configuration>
- <name>bootclasspath</name>
+ <name>surefire.bootclasspath</name>
<value>%file%</value>
<separator>${path.separator}</separator>
<artifacts>
@@ -243,7 +243,7 @@
<configuration>
<!-- This is necessary to execute the tests with the IBM
JRE: we need to endorse the particular Xerces version
we want to use because the JRE already contains
Xerces. -->
- <argLine>${jacoco.surefireArgLine}
-Xbootclasspath/p:${bootclasspath}</argLine>
+ <argLine>${jacoco.surefireArgLine}
-Xbootclasspath/p:${surefire.bootclasspath}</argLine>
</configuration>
</plugin>
</plugins>