Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.4.1
-
Fix Version/s: None
-
Labels:None
-
Environment:Windows XP, Maven 1.1-RC1, Plugin version 1.4.2
-
Number of attachments :
Description
The xdoc plugin calls <attainGoal name="announcement:generate-all"/> during it's generation of reports from the POM.
This causes announcement:check-version to run and fail, if a project has a currentVersion not listed in the versions stanza.
This is very common, especially with x.y-SNAPSHOT as the currentVersion.
Use maven.announcement.lenient=true, see
MPANNOUNCEMENT-19.