Closed glassfishrobot closed 9 years ago
Reported by @romain-grecourt
@lukasj said: thanks for the patch, it's under review now and hopefully will be merged to the master within a day or two
@romain-grecourt said: I also missed the same for bundles/jaxws-tools:
--- bundles/jaxws-tools/pom.xml
+++ bundles/jaxws-tools/pom.xml
@@ -71,6 +71,11 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-jxc</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>wscompile</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<modules>
This issue was imported from java.net JIRA JAX_WS-1169
Marked as fixed on Thursday, January 29th 2015, 12:58:46 pm
bundles/jaxws-rt is a pom project that produces an assembly with module references:
While this works in a single build, when put as part of a big maven reactor, the ordering seems not guaranteed. Looking closer at the big reactor, the submodules are not built before the parent, resulting in a build failure.
Straighforward fix is to declare the modules also as dependencies:
Affected Versions
[2.2.10]