mirror of https://github.com/apache/archiva.git
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:
parent
4dcef5f8c6
commit
093a4b9d61
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue