Author: matthieu
Date: Mon Oct 26 08:45:18 2015
New Revision: 1710532
URL: http://svn.apache.org/viewvc?rev=1710532&view=rev
Log:
JAMES-1624 move add-to-repo action to install phase
This tasks takes artifacts from maven repository and put them in
target/ directory. It actually needs these artifacts to be installed,
and it obviously fails if they are missing.
Modified:
james/project/trunk/server/karaf/distribution/pom.xml
Modified: james/project/trunk/server/karaf/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/james/project/trunk/server/karaf/distribution/pom.xml?rev=1710532&r1=1710531&r2=1710532&view=diff
==============================================================================
--- james/project/trunk/server/karaf/distribution/pom.xml (original)
+++ james/project/trunk/server/karaf/distribution/pom.xml Mon Oct 26 08:45:18
2015
@@ -121,7 +121,7 @@
<executions>
<execution>
<id>add-features-to-repo</id>
- <phase>compile</phase>
+ <phase>install</phase>
<goals>
<goal>add-features-to-repo</goal>
</goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]