Skip to content

Commit 09f9be9

Browse files
committed
HV-1693 Don't build the WildFly modules with JDK 12
The cdi jar is not available so we can't build the modules.
1 parent 2c60f6b commit 09f9be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<module>test-utils</module>
8787
<module>build-config</module>
8888
<module>engine</module>
89-
<module>modules</module>
9089
<module>tck-runner</module>
9190
<module>annotation-processor</module>
9291
<module>performance</module>
@@ -1220,7 +1219,7 @@
12201219
<module>osgi</module>
12211220
</modules>
12221221
</profile>
1223-
<!-- Only run the CDI and WildFly integration tests for JDK < 12 -->
1222+
<!-- Only run the CDI and WildFly modules/integration tests for JDK < 12 -->
12241223
<profile>
12251224
<id>jdk11-</id>
12261225
<activation>
@@ -1229,6 +1228,7 @@
12291228
<modules>
12301229
<!-- see https://github.com/jbossas/jboss-classfilewriter/issues/18 -->
12311230
<module>cdi</module>
1231+
<module>modules</module>
12321232
<module>integration</module>
12331233
</modules>
12341234
</profile>

0 commit comments

Comments
 (0)