Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-32

Allow for forcing the creation of direct project references for dependencies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.0
    • None
    • Core : Multi-projects
    • None

    Description

      For some thirdparty dependencies, it is common (for me at least) that an eclipse project for that dependency does/will exist in the workspace. It would be nice if dependencies in eclipse projects can be forced to use a direct project reference. eg:

      <dependency>
      <groupId>backport-util-concurrent</groupId>
      <artifactId>backport-util-concurrent</artifactId>
      <version>2.0_01_pd</version>
      <scope>runtime</scope>
      <properties>
      <property name="eclipse.dependencyType" value="XXXX"/>
      </properties>
      </dependency>

      Where XXXX can be:

      • 'project' – always create a project reference
      • 'jar' – always create a jar reference as in MNG-955
      • 'auto' – the behavior prior to MNG-955

      Attachments

        Issue Links

          Activity

            People

              aheritier Arnaud Heritier
              memelet Barry Kaplan
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: