mirror of https://github.com/apache/archiva.git
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:
parent
5370713b08
commit
890db48fdf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue