comment about using the integration-test phase

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-11-04 02:18:41 +00:00
parent 5370713b08
commit 890db48fdf
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<executions> <executions>
<execution> <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> <phase>integration-test</phase>
<configuration> <configuration>
<sourceRoot>target/generated/src/main/java</sourceRoot> <sourceRoot>target/generated/src/main/java</sourceRoot>