diff options
Diffstat (limited to 'branches/sca-java-2.0-M4/samples/webapps/helloworld')
-rw-r--r-- | branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml index f03cd59310..72b476041b 100644 --- a/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml +++ b/branches/sca-java-2.0-M4/samples/webapps/helloworld/pom.xml @@ -50,6 +50,13 @@ <build> <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + <version>6.1.18</version> + </plugin> + </plugins> </build> </project> |