Author: veithen
Date: Sat Oct 12 19:42:25 2013
New Revision: 1531585
URL: http://svn.apache.org/r1531585
Log:
Skip Eclipse tests if skipTests=true.
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=1531585&r1=1531584&r2=1531585&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Sat Oct 12 19:42:25
2013
@@ -115,6 +115,7 @@
<goals>
<goal>integration-test</goal>
</goals>
+ <skipInvocation>${skipTests}</skipInvocation>
</configuration>
</execution>
</executions>