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

Multi project dependencies should not require eclipse project names to be the artifactId

    XMLWordPrintableJSON

Details

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

    Description

      Multi project dependencies should not require eclipse project names to be the artifactId

      eg:

      eclipse workspace:
      > Project1 -> creates artifact-x
      > Protect2 -> creates artifact-y, depends on artifact-x
      > MultiBuild - to build a selected collection of checked out projects
      >> pom.xml includes,
      ...
      <modules>
      <module>../Project1</module>
      <module>../Project2</module>
      <modules>
      ...

      eclipse:eclipse will create a depencency to a project named artifact-x, where it should create a dependency to Project1

      Attachments

        Issue Links

          Activity

            People

              brianf Brian E Fox
              davesann Dave Sann
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: