use latest jetty plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@427964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-08-02 12:27:51 +00:00
parent 4dcef5f8c6
commit 093a4b9d61
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,7 @@
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty6-plugin</artifactId>
<artifactId>maven-jetty-plugin</artifactId>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>
@ -208,6 +208,7 @@
</plugin>
</plugins>
</build>
<!-- TODO: remove once xwork integration is released -->
<repositories>
<repository>
<id>codehaus.snapshots</id>