The build fails:
Unable to find resource 'org.mortbay.jetty:maven-jetty-plugin:maven-plugin:7.0.0.pre5'.
Solution:
Unable to find resource 'org.mortbay.jetty:maven-jetty-plugin:maven-plugin:7.0.0.pre5'.
Solution:
| Index: example/webapp/pom.xml |
| =================================================================== |
| --- example/webapp/pom.xml (revision 807) |
| +++ example/webapp/pom.xml Mon Nov 24 14:29:19 EST 2008 |
| @@ -32,7 +32,7 @@ |
| <plugins> |
| <plugin> |
| <groupId>org.mortbay.jetty</groupId> |
| - <artifactId>maven-jetty-plugin</artifactId> |
| + <artifactId>jetty-maven-plugin</artifactId> |
| <configuration> |
| <scanIntervalSeconds>10</scanIntervalSeconds> |
| <webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory> |
| Index: example/oauth-provider/pom.xml |
| =================================================================== |
| --- example/oauth-provider/pom.xml (revision 807) |
| +++ example/oauth-provider/pom.xml Mon Nov 24 14:29:35 EST 2008 |
| @@ -36,7 +36,7 @@ |
| </plugin> |
| <plugin> |
| <groupId>org.mortbay.jetty</groupId> |
| - <artifactId>maven-jetty-plugin</artifactId> |
| + <artifactId>jetty-maven-plugin</artifactId> |
| <configuration> |
| <scanIntervalSeconds>10</scanIntervalSeconds> |
| <webAppSourceDirectory>${basedir}/web</webAppSourceDirectory> |
