Issue #152 Remove unused jetty-maven-plugin.

This commit is contained in:
Marvin S. Addison 2016-02-11 15:12:39 -05:00
parent f04dedd9bb
commit 971d4b4854
1 changed files with 1 additions and 34 deletions

View File

@ -13,43 +13,10 @@
<name>Jasig CAS Client for Java - Jetty Container Integration</name>
<properties>
<!-- Note Jetty 9.2.x is the last version to support Java SE 7 -->
<jetty.version>9.2.14.v20151106</jetty.version>
</properties>
<!--<build>-->
<!--<plugins>-->
<!--<plugin>-->
<!--<groupId>org.eclipse.jetty</groupId>-->
<!--<artifactId>jetty-maven-plugin</artifactId>-->
<!--<version>${jetty.version}</version>-->
<!--<configuration>-->
<!--<useTestScope>true</useTestScope>-->
<!--<webApp>-->
<!--<contextPath>/webapp</contextPath>-->
<!--</webApp>-->
<!--<webAppSourceDirectory>src/test/webapp</webAppSourceDirectory>-->
<!--<contextXml>${basedir}/src/test/resources/jetty/webapp.xml</contextXml>-->
<!--</configuration>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>start-jetty</id>-->
<!--<phase>test-compile</phase>-->
<!--<goals>-->
<!--<goal>run</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--<execution>-->
<!--<id>stop-jetty</id>-->
<!--<phase>prepare-package</phase>-->
<!--<goals>-->
<!--<goal>stop</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<!--</plugins>-->
<!--</build>-->
<dependencies>
<dependency>
<groupId>org.jasig.cas.client</groupId>