On 18 Aug 2006, at 12:29, [EMAIL PROTECTED] wrote:
Author: lgawron
Date: Fri Aug 18 03:29:41 2006
New Revision: 432545
URL: http://svn.apache.org/viewvc?rev=432545&view=rev
Log:
use maven-jetty-plugin (currently released version is 6.0.0rc2)
Modified:
cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/
main/resources/archetype-resources/pom.xml
Modified: cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/
src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/archetypes/
cocoon-22-archetype-webapp/src/main/resources/archetype-resources/
pom.xml?rev=432545&r1=432544&r2=432545&view=diff
======================================================================
========
--- cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/
main/resources/archetype-resources/pom.xml (original)
+++ cocoon/trunk/tools/archetypes/cocoon-22-archetype-webapp/src/
main/resources/archetype-resources/pom.xml Fri Aug 18 03:29:41 2006
@@ -37,8 +37,7 @@
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty6-plugin</artifactId>
- <version>6.0.0beta10</version>
+ <artifactId>maven-jetty-plugin</artifactId>
It's better to be explicit and put the version number of the plugin
in there as well. That way we dictate what is required by the user,
and avoid unforeseen problems when the plugin is upgraded.
Jorg