Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-4442

Infinite loop while parsing POMs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • maven-plugin
    • 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.

            abayer Andrew Bayer
            kutzi kutzi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: