Author: veithen
Date: Sat Sep 23 12:18:49 2017
New Revision: 1809411
URL: http://svn.apache.org/viewvc?rev=1809411&view=rev
Log:
AXIS2-5890: Fix build failure (caused by r1809385) when the apache-release
profile is enabled.
Modified:
axis/axis2/java/core/trunk/modules/distribution/pom.xml
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=1809411&r1=1809410&r2=1809411&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sat Sep 23 12:18:49
2017
@@ -447,7 +447,7 @@
<executions>
<execution>
<id>clean-test-files</id>
- <phase>integration-test</phase>
+ <phase>pre-integration-test</phase>
<goals>
<goal>clean</goal>
</goals>