Remove jdk-10 and alltests profiles for test-jetty-osgi

This commit is contained in:
Jan Bartel 2018-05-10 15:43:18 +10:00
parent d4144f2863
commit 9aa645cf98
1 changed files with 0 additions and 43 deletions

View File

@ -590,26 +590,6 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk10</id>
<activation>
<jdk>10</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>${skipTests}</skipTests>
<excludes>
<exclude>**/**/TestJettyOSGiBoot**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jdk11</id>
<activation>
@ -630,28 +610,5 @@
</plugins>
</build>
</profile>
<!-- if you want to run test even with jdk10/11 -->
<profile>
<id>alltests</id>
<activation>
<property>
<name>alltests</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>FOOBAR</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>