Author: veithen
Date: Tue Jun  2 21:44:25 2015
New Revision: 1683192

URL: http://svn.apache.org/r1683192
Log:
Remove redundant maven-site-plugin configs. They are already present in the 
"testing" parent POM.

Modified:
    webservices/axiom/trunk/testing/dom-testsuite/pom.xml
    webservices/axiom/trunk/testing/jaxen-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=1683192&r1=1683191&r2=1683192&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/dom-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/dom-testsuite/pom.xml Tue Jun  2 21:44:25 
2015
@@ -234,13 +234,6 @@
                     <argLine>${jacoco.surefireArgLine} 
-Xbootclasspath/p:${project.build.directory}/endorsed/xml-apis.jar${path.separator}${project.build.directory}/endorsed/xercesImpl.jar</argLine>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                    <skipDeploy>true</skipDeploy>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 

Modified: webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml?rev=1683192&r1=1683191&r2=1683192&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/jaxen-testsuite/pom.xml Tue Jun  2 21:44:25 
2015
@@ -45,18 +45,6 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                    <skipDeploy>true</skipDeploy>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <profiles>
         <profile>
             <id>apache-release</id>


Reply via email to