Add jetty-maven-plugin to test-webapp-rfc2616

This commit is contained in:
Thomas Becker 2012-11-23 11:01:34 +01:00
parent f89909e301
commit ab642141d1
1 changed files with 16 additions and 0 deletions

View File

@ -36,6 +36,22 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<stopPort>8087</stopPort>
<stopKey>foo</stopKey>
<scanIntervalSeconds>1</scanIntervalSeconds>
<systemProperties>
<systemProperty>
<name>fooprop</name>
<value>222</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>