]> source.dussan.org Git - archiva.git/commitdiff
comment about using the integration-test phase
authorJason van Zyl <jvanzyl@apache.org>
Sat, 4 Nov 2006 02:18:41 +0000 (02:18 +0000)
committerJason van Zyl <jvanzyl@apache.org>
Sat, 4 Nov 2006 02:18:41 +0000 (02:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471101 13f79535-47bb-0310-9956-ffa450edef68

archiva-cli/pom.xml

index 3fe6ac5dc6282a92f4d7b21748489f4c03cc355d..2f4e5f2007c985e17f4a5d87c955d1521dc956e6 100644 (file)
@@ -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>