Uploaded image for project: 'Maven Ant Tasks (RETIRED)'
  1. Maven Ant Tasks (RETIRED)
  2. MANTTASKS-170

deploy / install tasks make up names

Attach filesAttach ScreenshotVotersWatch issueWatchersLinkUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.1.0
    • None
    • deploy task, install task
    • None
    • Windows Vista/Ant 1.7.1/Maven ant tasks 2.1.0

    Description

      When running a built with the following:

      <target name="deploy-to-nexus" depends="package" description="Move SVN jars to Nexus">
        <artifact:pom id="pom1" groupId="nl.fbn.ullink" artifactId="${module}-${ext}" version="${version}">
         <artifact:dependency groupId="junit" artifactId="junit" version="4.1"/>
         <artifact:dependency groupId="org.codehaus.plexus" artifactId="plexus-utils" version="1.5.5"/>
        </artifact:pom>
      		
        <artifact:install file="${workspace}/target/${module}-${ext}.tgz">
          <artifact:pom refid="pom1"/>
        </artifact:install>
      </target>

      The following is logged: [artifact:install] [INFO] Installing e:\tmp\ullink\target\ULBridge_8080-bin.tgz to C:\Users\X09629\.m2\repository\org\apache\maven\super-pom\2.0\super-pom-2.0.jar

      It seems the POM definition is not picked up correctly during the install stage.

      Attachments

        Issue Links

        Activity

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

          People

            Unassigned Unassigned
            marcel-codehaus@dyskolus.com Marcel Ammerlaan
            Votes:
            7 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment