Author: jwross
Date: Tue Oct 9 18:47:31 2012
New Revision: 1396192
URL: http://svn.apache.org/viewvc?rev=1396192&view=rev
Log:
Another attempt at getting the "active by default" equinox38 profile to execute
on the build machine. This commit specifies a phase rather than relying on the
default, if one exists.
Modified:
aries/trunk/application/application-itests/pom.xml
Modified: aries/trunk/application/application-itests/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/application/application-itests/pom.xml?rev=1396192&r1=1396191&r2=1396192&view=diff
==============================================================================
--- aries/trunk/application/application-itests/pom.xml (original)
+++ aries/trunk/application/application-itests/pom.xml Tue Oct 9 18:47:31 2012
@@ -308,6 +308,7 @@
<executions>
<execution>
<id>generate-config</id>
+
<phase>process-test-resources</phase>
<goals>
<goal>generate-config</goal>
</goals>
@@ -337,6 +338,7 @@
<executions>
<execution>
<id>generate-config</id>
+
<phase>process-test-resources</phase>
<goals>
<goal>generate-config</goal>
</goals>
@@ -366,6 +368,7 @@
<executions>
<execution>
<id>generate-config</id>
+
<phase>process-test-resources</phase>
<goals>
<goal>generate-config</goal>
</goals>