Update (commented out) jetty maven plugin config.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@608 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
8ee6a5a858
commit
be33ce84fd
|
@ -43,11 +43,11 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!--
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>jetty-maven-plugin</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<version>7.0.0.RC2-SNAPSHOT</version>
|
||||
<configuration>
|
||||
<stopPort>8087</stopPort>
|
||||
<stopKey>foo</stopKey>
|
||||
|
@ -75,7 +75,7 @@
|
|||
</loginServices>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
-->
|
||||
|
||||
<!-- uncomment to precompile jsps -->
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue