Skip to content

Commit

Permalink
Reinstate testing of JSP samples using Java 9
Browse files Browse the repository at this point in the history
Closes gh-10456
  • Loading branch information
wilkinsona committed Mar 1, 2018
1 parent d0b8a84 commit 6336aa3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
19 changes: 0 additions & 19 deletions spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml
Expand Up @@ -68,23 +68,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
19 changes: 0 additions & 19 deletions spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml
Expand Up @@ -54,23 +54,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
19 changes: 0 additions & 19 deletions spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
Expand Up @@ -59,23 +59,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>java9</id>
<activation>
<jdk>9</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 6336aa3

Please sign in to comment.