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

MakePom task handling of mulitple artifacts for Maven2

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment