Author: jvanzyl
Date: Fri Nov 3 18:18:41 2006
New Revision: 471101
URL: http://svn.apache.org/viewvc?view=rev&rev=471101
Log:
comment about using the integration-test phase
Modified:
maven/archiva/trunk/archiva-cli/pom.xml
Modified: maven/archiva/trunk/archiva-cli/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-cli/pom.xml?view=diff&rev=471101&r1=471100&r2=471101
==============================================================================
--- maven/archiva/trunk/archiva-cli/pom.xml (original)
+++ maven/archiva/trunk/archiva-cli/pom.xml Fri Nov 3 18:18:41 2006
@@ -60,6 +60,8 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <!-- This needs to run here as it can't run in the package phase
+ because the directory assembly needs to be made first. Total
hack, but works.-->
<phase>integration-test</phase>
<configuration>
<sourceRoot>target/generated/src/main/java</sourceRoot>