Author: olamy
Date: Fri Oct 5 15:46:18 2012
New Revision: 1394602
URL: http://svn.apache.org/viewvc?rev=1394602&view=rev
Log:
change phase for enunciate for be able to use with tomcat7:run
Modified:
archiva/parent/pom.xml
Modified: archiva/parent/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1394602&r1=1394601&r2=1394602&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Fri Oct 5 15:46:18 2012
@@ -919,7 +919,8 @@
<version>${enunciate.version}</version>
<executions>
<execution>
- <phase>process-classes</phase>
+ <id>generate-enunciate-docs</id>
+ <phase>compile</phase>
<goals>
<goal>docs</goal>
</goals>