Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Automatically add Jetty sources
  • Loading branch information
pmuir committed Aug 31, 2010
1 parent cc14acf commit 42d53d8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/jsf/numberguess/pom.xml
Expand Up @@ -512,6 +512,24 @@
</resource>
</resources>
<plugins>
<!-- Automatically add the src/jetty directory dir as a source dir -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-jetty-source</id>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>src/jetty/java</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 42d53d8

Please sign in to comment.