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
The first patch had a little error in the @parameter expression