You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/10/07 19:40:12 UTC

svn commit: r1843074 - /webservices/axiom/trunk/testing/dom-testsuite/pom.xml

Author: veithen
Date: Sun Oct  7 19:40:12 2018
New Revision: 1843074

URL: http://svn.apache.org/viewvc?rev=1843074&view=rev
Log:
Remove usage of -Xbootclasspath/p which is no longer supported on Java 9.

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=1843074&r1=1843073&r2=1843074&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/dom-testsuite/pom.xml Sun Oct  7 19:40:12 2018
@@ -116,33 +116,6 @@
         </pluginManagement>
         <plugins>
             <plugin>
-                <groupId>com.github.veithen.alta</groupId>
-                <artifactId>alta-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>generate-test-resources</phase>
-                        <goals>
-                            <goal>generate-properties</goal>
-                        </goals>
-                        <configuration>
-                            <name>surefire.bootclasspath</name>
-                            <value>%file%</value>
-                            <separator>${path.separator}</separator>
-                            <artifacts>
-                                <artifact>
-                                    <groupId>xml-apis</groupId>
-                                    <artifactId>xml-apis</artifactId>
-                                </artifact>
-                                <artifact>
-                                    <groupId>xerces</groupId>
-                                    <artifactId>xercesImpl</artifactId>
-                                </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
                     <execution>
@@ -254,14 +227,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <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:${surefire.bootclasspath}</argLine>
-                </configuration>
-            </plugin>
         </plugins>
     </build>