Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
We have a large tree of projects in Maven, and one or two leaf projects that just can NOT be built in Eclipse.
We do prefer to have the direct project dependencies, but we can't have them for these few "bad" leaf projects (that almost everybody depends on).
We'd prefer to be able to specify these projects to just NOT be handled by the Eclipse plugin, and all dependencies on them should refer to the repository .jar files.
Issue Links
- is duplicated by
-
MECLIPSE-158
Add the ability to selectively treat a referenced project as a local repository file
-
You can run mvn -r -Dmaven.reactor.excludes=path/to/leaf1/pom.xml,path/to/leaf2/pom.xml