Issue #152 Remove unused jetty-maven-plugin.
This commit is contained in:
parent
f04dedd9bb
commit
971d4b4854
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue