We are pleased to announce the Maven Jetty Plugin 1.2-SNAPSHOT release! http://maven.apache.org/maven-1.x/plugins/jetty/ =============================================================================== Changes in this version include: New Features: o Added a FAQ Fixed bugs: o Added tools.jar to the Jetty execution classpath to support JSP compilation. Fixes MPJETTY-2. Thanks to Peter Ryan. Changes: o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 -> v1.1 Fixes MAVEN-1712. o Upgraded dependency to Jasper Compiler and Runtime 4.1.30. Fixes MPJETTY-4. Thanks to Adam Fisk. o Upgraded dependency to Jetty 4.2.20. Fixes MPJETTY-3. Thanks to Adam Fisk. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.2-SNAPSHOT For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jetty-plugin-1.2-SNAPSHOT.jar Have fun! -The Maven Jetty Plugin development team