You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ma...@apache.org on 2015/10/26 09:45:18 UTC

svn commit: r1710532 - /james/project/trunk/server/karaf/distribution/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org