Add a jetty9 profile to help with testing

This commit is contained in:
Daniel Kulp 2015-01-14 07:56:26 -05:00
parent 6466ae2bcf
commit 0d815642c1
1 changed files with 6 additions and 0 deletions

View File

@ -1618,5 +1618,11 @@
</plugins>
</build>
</profile>
<profile>
<id>jetty9</id>
<properties>
<jetty-version>${jetty9-version}</jetty-version>
</properties>
</profile>
</profiles>
</project>