From 42d53d84b1dcdf8c21c7cbddaf2dd554c722510f Mon Sep 17 00:00:00 2001 From: Pete Muir Date: Tue, 31 Aug 2010 13:39:19 +0100 Subject: [PATCH] Automatically add Jetty sources --- examples/jsf/numberguess/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/examples/jsf/numberguess/pom.xml b/examples/jsf/numberguess/pom.xml index 1feb933b9c4..c64dd821212 100644 --- a/examples/jsf/numberguess/pom.xml +++ b/examples/jsf/numberguess/pom.xml @@ -512,6 +512,24 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-jetty-source + + add-source + + + + src/jetty/java + + + + + org.apache.maven.plugins maven-war-plugin