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 16:51:43 UTC

svn commit: r1527333 - /webservices/axiom/trunk/systests/eclipse-tests/pom.xml

Author: veithen
Date: Sun Sep 29 14:51:43 2013
New Revision: 1527333

URL: http://svn.apache.org/r1527333
Log:
Eclipse tests:
* Use the correct test project goal.
* Avoid unnecessary execution of Groovy script.

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

Modified: webservices/axiom/trunk/systests/eclipse-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/pom.xml?rev=1527333&r1=1527332&r2=1527333&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Sun Sep 29 14:51:43 2013
@@ -61,6 +61,7 @@
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
                 <artifactId>gmaven-plugin</artifactId>
+                <inherited>false</inherited>
                 <executions>
                     <execution>
                         <!-- Need this to pass information to the hook scripts. Once maven-invoker-plugin 1.9 is released,
@@ -112,7 +113,7 @@
                             <streamLogs>true</streamLogs>
                             <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                             <goals>
-                                <goal>test</goal>
+                                <goal>integration-test</goal>
                             </goals>
                         </configuration>
                     </execution>