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 2013/09/29 22:53:50 UTC

svn commit: r1527403 - in /webservices/axiom/trunk: pom.xml systests/jboss-tests/pom.xml

Author: veithen
Date: Sun Sep 29 20:53:49 2013
New Revision: 1527403

URL: http://svn.apache.org/r1527403
Log:
Removed unnecessary configuration.

Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/systests/jboss-tests/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1527403&r1=1527402&r2=1527403&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sun Sep 29 20:53:49 2013
@@ -655,6 +655,8 @@
                         </configuration>
                     </execution>
                 </executions>
+                <!-- Configure this on the plugin, not on the execution: it also applies to additional executions
+                     configured in individual modules -->
                 <configuration>
                     <skip>${skipJacoco}</skip>
                 </configuration>

Modified: webservices/axiom/trunk/systests/jboss-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/jboss-tests/pom.xml?rev=1527403&r1=1527402&r2=1527403&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/jboss-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/jboss-tests/pom.xml Sun Sep 29 20:53:49 2013
@@ -167,9 +167,6 @@
                         </configuration>
                     </execution>
                 </executions>
-                <configuration>
-                    <skip>${skipJacoco}</skip>
-                </configuration>
             </plugin>
         </plugins>
     </build>