Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-770

MakePom task handling of mulitple artifacts for Maven2

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.0.0-beta-2
    • 2.2.0
    • Maven Compatibility
    • None

    Description

      Maven2 won't create more than one uniquely named artifact for a project, unless you set the packaging to "pom". Then you have a separate pom for each of the artifacts, referencing the project pom with a parent tag. They would get deployed like this:

      /myorg/mymodule/1.0/mymodule-1.0.pom
      /myorg/artifact-core/1.0/artifact-core-1.0.pom
      /myorg/artifact-core/1.0/artifact-core-1.0.jar
      /myorg/artifact-util/1.0/artifact-util-1.0.pom
      /myorg/artifact-util/1.0/artifact-util-1.0.jar

      Resolution: Change MakePom task to build separate poms when it detects multiple uniquely named artifacts.

      Attachments

        1. apache-ivy-2.0.0-makepom.patch
          9 kB
          Paul Wardrip
        2. apache-ivy-2.0.0-makepom-with-unit-tests.patch
          10 kB
          Mandie Smith
        3. IVY-770.patch
          37 kB
          Jesper Pedersen

        Issue Links

          Activity

            People

              maartenc Maarten Coene
              pwardrip Paul Wardrip
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: