Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
I'm using: java 1.6 and ubuntu 7.10.
1. create multimodel project with following structure
1a.
root
|
|
|
-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.
Attachments
Attachments
Issue Links
- is duplicated by
-
MENFORCER-11 enforce-once causes MNG-2277 to be expressed in reactor builds. Find a way to work around it.
- Closed