Browse Source

PR #640 Remove newly added jetty-maven-plugin.

Its purpose was to run the app as a smoke test to verify it is not broken.
But it doesn't work atm.
Martin Tzvetanov Grigorov 11 years ago
parent
commit
67794839bc
1 changed files with 0 additions and 13 deletions
  1. 0 13
      servlet/pom.xml

+ 0 - 13
servlet/pom.xml

@@ -81,19 +81,6 @@
                 <artifactId>tomcat-maven-plugin</artifactId>
                 <version>1.1</version>
             </plugin>
-            <plugin>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty-maven-plugin</artifactId>
-                <version>7.5.0.v20110901</version>
-                <configuration>
-                    <connectors>
-                        <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
-                            <port>8080</port>
-                            <maxIdleTime>3600000</maxIdleTime>
-                        </connector>
-                    </connectors>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>