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 ba...@apache.org on 2008/08/04 16:13:57 UTC

svn commit: r682394 - /james/server/trunk/stage/pom.xml

Author: bago
Date: Mon Aug  4 07:13:57 2008
New Revision: 682394

URL: http://svn.apache.org/viewvc?rev=682394&view=rev
Log:
Make sure stage install the dependencies during the compilation phase.

Modified:
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=682394&r1=682393&r2=682394&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Mon Aug  4 07:13:57 2008
@@ -410,4 +410,23 @@
     </dependency>
 
   </dependencies>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.0</version>
+        <executions>
+          <execution>
+            <id>install-dependencies</id>
+            <goals>
+              <goal>resolve</goal>
+            </goals>
+            <phase>compile</phase>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org