-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: maven-plugin
-
None
-
Environment:Platform: All, OS: All
I recently enable deployment to a repo post-build action. The deploying part
works fine but whenever I activate parallel builds things go wrong. The top
level --aka parent – pom.xml obviously has no artifact to deploy and so the
build is marked as failed pretty quickly. That's a problem
Disable parallel
builds and it works!
Note that despite the build being marked a failed Hudson still launches the
parallel compilation of the modules