Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-5734

Empty module entry should fail instead of just producing a WARNING

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2.3
    • 3.3.1
    • None
    • None

    Description

      If you define a list of modules within a multi module build like this:

        <modules>
         ...
          <module>assembly</module>
          <module>shade</module>
          <module></module>
        </modules>
      

      The above will produce a WARNING which should be changed into failing the whole build cause it simply a wrong definition of a module in the list...

      Attachments

        Activity

          People

            Unassigned Unassigned
            khmarbaise Karl Heinz Marbaise
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: