Skip to content

Commit

Permalink
Use Jetty-all uber jar
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g committed Jul 17, 2016
1 parent 989150e commit 670129c
Show file tree
Hide file tree
Showing 63 changed files with 239 additions and 155 deletions.
2 changes: 1 addition & 1 deletion async-tasks-parent/async-tasks-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</plugin>
<!-- Jetty configuration -->
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<connectors>
Expand Down
5 changes: 3 additions & 2 deletions autocomplete-tagit-parent/autocomplete-tagit-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
Expand Down
5 changes: 3 additions & 2 deletions browserid-parent/browserid-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
Expand Down
3 changes: 2 additions & 1 deletion closure-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions console-parent/console-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
Expand Down Expand Up @@ -82,8 +82,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<scope>test</scope>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions dashboard-parent/dashboard-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<scope>test</scope>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
</project>
3 changes: 2 additions & 1 deletion datastores-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@

<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<scope>provided</scope>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
3 changes: 2 additions & 1 deletion datatables-parent/datatables-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand Down
2 changes: 1 addition & 1 deletion editable-grid-parent/editable-grid-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</testResources>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<connectors>
Expand Down
3 changes: 2 additions & 1 deletion flot-parent/flot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
</project>
3 changes: 2 additions & 1 deletion inmethod-grid-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>

Expand Down
3 changes: 2 additions & 1 deletion input-events-parent/input-events-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>

Expand Down
7 changes: 4 additions & 3 deletions jamon-parent/jamon-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>

<!-- LOGGING -->
Expand All @@ -40,9 +41,9 @@
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion jasperreports-parent/jasperreports-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>

<!-- LOGGING DEPENDENCIES - LOG4J -->
Expand Down
4 changes: 2 additions & 2 deletions jqplot-parent/jqplot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Expand Down
11 changes: 3 additions & 8 deletions jquery-parent/jquery-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,18 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<scanIntervalSeconds>60</scanIntervalSeconds>
<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8080</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion jwicket-parent/jwicket-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
Expand Down
6 changes: 3 additions & 3 deletions jwicket-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@

<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty</artifactId>
<scope>provided</scope>
<version>${jetty.ver}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<scope>provided</scope>
<version>${jetty.ver}</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-management</artifactId>
<scope>provided</scope>
<version>${jetty.ver}</version>
Expand Down
4 changes: 2 additions & 2 deletions lightbox2-parent/lightbox2-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
Expand Down
3 changes: 2 additions & 1 deletion mbeanview-parent/mbeanview-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
</project>
3 changes: 2 additions & 1 deletion minis-parent/minis-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>

Expand Down
5 changes: 3 additions & 2 deletions modalx-parent/modalx-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,14 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
</plugin>
<plugin>
Expand Down
6 changes: 2 additions & 4 deletions nashorn-parent/nashorn-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<properties>
<servlet.jsp.api.version>3.1.0</servlet.jsp.api.version>
<jetty.version>9.1.6.v20160112</jetty.version>
<javadoc.disabled>true</javadoc.disabled>
<deployment.disabled>true</deployment.disabled>
<sources.disabled>true</sources.disabled>
Expand All @@ -50,8 +49,7 @@
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -71,4 +69,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>

</dependencies>
Expand Down
6 changes: 2 additions & 4 deletions offline-mode-parent/offline-mode-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<properties>
<servlet.jsp.api.version>3.1.0</servlet.jsp.api.version>
<jetty.version>9.1.6.v20160112</jetty.version>
<javadoc.disabled>true</javadoc.disabled>
<deployment.disabled>true</deployment.disabled>
<sources.disabled>true</sources.disabled>
Expand All @@ -50,8 +49,7 @@
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -71,4 +69,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
3 changes: 2 additions & 1 deletion openlayers-parent/openlayers-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
6 changes: 3 additions & 3 deletions openlayers3-parent/openlayers3-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
<!-- JETTY DEPENDENCIES FOR TESTING -->
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<classifier>uber</classifier>
</dependency>
</dependencies>

Expand All @@ -75,8 +76,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.2.v20140723</version>
<configuration>
<configuration>
<webAppConfig>
<maxFormContentSize>2000000</maxFormContentSize>
</webAppConfig>
Expand Down
3 changes: 2 additions & 1 deletion phonebook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.aggregate</groupId>
<artifactId>jetty-all-server</artifactId>
<artifactId>jetty-all</artifactId>
<scope>provided</scope>
<classifier>uber</classifier>
</dependency>
<dependency>
<groupId>net.sf.shadesdb</groupId>
Expand Down
Loading

0 comments on commit 670129c

Please sign in to comment.