Multi model project with enforcer plugin bug --------------------------------------------
Key: MNG-3306 URL: http://jira.codehaus.org/browse/MNG-3306 Project: Maven 2 Issue Type: Bug Affects Versions: 2.0.7 Reporter: Michal Capo Attachments: test.zip I'm using: java 1.6 and ubuntu 7.10. 1. create multimodel project with following structure 1a. root |- A |- B |- C |-C1 1b. C1 has dependency on A 2. run 'mvn eclipse:eclipse' in the root folder of project (everything work perfect) 3. add 'maven-enforcer-plugin' to root pom.xml with some configuration 4. run 'mvn eclipse:eclipse' again (oops, creating of eclipse project fails) 5. workaround before you run 'mvn eclipse:eclipse' you have to run 'mvn install' in the root folder of this project I added maven multi project. So you can try it out. -- 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