[ http://jira.codehaus.org/browse/MAVEN-1741?page=comments#action_60337 ]
Lukas Theussl commented on MAVEN-1741: -------------------------------------- There was actually an issue open for that: MPHTMLXDOC-6, which I closed as won't fix, but I am not so sure on that anymore. I'll leave this one open for the moment as I think there is a legitimate bug somewhere buried here: prereqs seem to be called once only as long as you don't call attainGoal somewhere in between - I'll try to construct a simple test case. Just for reference: see also my struggles at MPXDOC-181. > maven 1.1 fails to run commons-attributes in mutliproject mode on a war > project > ------------------------------------------------------------------------------- > > Key: MAVEN-1741 > URL: http://jira.codehaus.org/browse/MAVEN-1741 > Project: Maven > Type: Bug > Versions: 1.1-beta-2 > Reporter: nicolas de loof > Priority: Minor > Attachments: test_maven11_commons-attributes.zip > > > Attached zip contains a minimalist multiproject using commons-attributes that > demonstrates the bug. > - head (top level project) > - jar (minimalist jar project) : Sample.java has a "java.util.Date" attribute > - war (minimalist war project) : Sample.java has a "java.util.Date" attribute > When runing "maven war:install" on war project, attributes are generated as > expected. > When running from "head" project using "maven multiproject:install", > commons-attributes are > - generated as expected for the jar > - NOT generated in the war (no log from plugin) > I don't know if this is a maven, multiproject-plugin, war-plugin or > commons-attributes-plugin bug. > Please notice commons-attributes plugin uses a preGoal to automatically > register itself. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]