Skip to content

Commit 5bd4095

Browse files
committed
Skip OSGi tests if using JDK 10
1 parent 9bdf78a commit 5bd4095

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,16 @@ limitations under the License.
10841084
</build>
10851085
</profile>
10861086

1087+
<profile>
1088+
<id>jdk10</id>
1089+
<activation>
1090+
<jdk>10.0</jdk>
1091+
</activation>
1092+
<properties>
1093+
<!-- skip osgi testing for JDK 10 as pax-exam does not support it yet. -->
1094+
<test.osgi.skip>true</test.osgi.skip>
1095+
</properties>
1096+
</profile>
10871097
</profiles>
10881098

10891099
<distributionManagement>

0 commit comments

Comments
 (0)