Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2.3
-
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...