Author: jstrachan Date: Thu Aug 5 13:30:06 2010 New Revision: 982612 URL: http://svn.apache.org/viewvc?rev=982612&view=rev Log: work around for odd classloader bug in mvn 2.2.1 when executing javadoc/wadl plugins when trying to run "mvn jetty:run" CAMEL-3028
Modified: camel/trunk/components/camel-web/pom.xml Modified: camel/trunk/components/camel-web/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-web/pom.xml?rev=982612&r1=982611&r2=982612&view=diff ============================================================================== --- camel/trunk/components/camel-web/pom.xml (original) +++ camel/trunk/components/camel-web/pom.xml Thu Aug 5 13:30:06 2010 @@ -357,8 +357,10 @@ <goals> <goal>javadoc</goal> </goals> +<!-- <phase>compile</phase> - <!--<phase>package</phase>--> +--> + <phase>package</phase> </execution> </executions> @@ -433,7 +435,10 @@ <goals> <goal>generate</goal> </goals> +<!-- <phase>compile</phase> +--> + <phase>package</phase> </execution> </executions> <configuration>