Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 2.5
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Currently the maven-eclipse-plugin only creates project references, if the version of the dependency equals exactly the version of the checked out artifact.
This is inconvenient during development, where I want to keep the inter-project dependencies, even if I change some versions.
The attached patch adds the parameter ignoreArtifactVersions. If this is set to true, the plugin will create inter-project dependencies, regardless of version mismatches.
The patch is created against version 2.3 but applies (with warnings) also to current HEAD
Issue Links
- duplicates
-
MECLIPSE-32
Allow for forcing the creation of direct project references for dependencies
-
-
MECLIPSE-120
Force inter-project dependencies
-
- relates to
-
MECLIPSE-344
connecting existing workspace artifact-projects
-
The first patch had a little error in the @parameter expression