Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.x-candidate
-
None
Description
If Maven finds an error while building the model, it throws a ProjectBuildingException. When that makes it to the CLI, it is printed in a bit strange way:
Note how the message reads:
[ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] The expression ${pom.organization.name} is no longer supported. Please use ${project.organization.name} instead. [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project foo:bar:1.0-SNAPSHOT (/private/tmp/ner/bar/pom.xml) has 1 error [ERROR] The expression ${pom.organization.name} is no longer supported. Please use ${project.organization.name} instead. [ERROR]
- It contains a severity marker twice
- It repeats the error/warning message
Attachments
Attachments
Issue Links
- links to