]> source.dussan.org Git - archiva.git/commitdiff
change phase for enunciate for be able to use with tomcat7:run
authorOlivier Lamy <olamy@apache.org>
Fri, 5 Oct 2012 15:46:18 +0000 (15:46 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 5 Oct 2012 15:46:18 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1394602 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 6704712037d6171ab0904fd5f8fd7f1da7bd98d4..01254de993ea4cdc7818b662c0253efc0078a343 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <version>${enunciate.version}</version>
             <executions>
               <execution>
-                <phase>process-classes</phase>
+                <id>generate-enunciate-docs</id>
+                <phase>compile</phase>
                 <goals>
                   <goal>docs</goal>
                 </goals>