Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.0-alpha-4
-
Component/s: None
-
Labels: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.
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.
-
This is a duplicate of
MENFORCER-11, this should be fixed in 2.0.8 or the next release of MENFORCER. The work around is to use enforcer:enforce instead of enforcer:enforce-onceMENFORCER-11, this should be fixed in 2.0.8 or the next release of MENFORCER. The work around is to use enforcer:enforce instead of enforcer:enforce-once