-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Platform: All, OS: All
Hudson went into an infinite loop while parsing my POMs.
As it turned out, an empty module entry in the parent POM was the reason for
this. E.g.:
<modules>
<module>common</module>
<module>module-a</module>
<module/>
</modules>
Note: Maven itself warns about the empty module but otherwise has no problem
with it.
[JENKINS-4442] Infinite loop while parsing POMs
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Workflow | Original: JNJira [ 134515 ] | New: JNJira + In-Review [ 202895 ] |