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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]