aboutsummaryrefslogtreecommitdiffstats
path: root/test/spring-boot/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/spring-boot/pom.xml')
-rw-r--r--test/spring-boot/pom.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/test/spring-boot/pom.xml b/test/spring-boot/pom.xml
index 10aa184aed..40d50437b3 100644
--- a/test/spring-boot/pom.xml
+++ b/test/spring-boot/pom.xml
@@ -19,6 +19,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring.boot.version>1.5.1.RELEASE</spring.boot.version>
+ <jetty.skip>true</jetty.skip>
</properties>
<dependencies>
@@ -59,23 +60,6 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
-
- <!-- Disable jetty-plugin -->
- <plugin>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-maven-plugin</artifactId>
- <version>${jetty.version}</version>
- <executions>
- <execution>
- <id>start-jetty</id>
- <phase />
- </execution>
- <execution>
- <id>stop-jetty</id>
- <phase />
- </execution>
- </executions>
- </plugin>
</plugins>
</build>