[ 
https://jira.codehaus.org/browse/MANTTASKS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed MANTTASKS-170.
------------------------------------

    Resolution: Won't Fix

Please refer to 
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
 if you're wondering why this issue was closed out.

> deploy / install tasks make up names
> ------------------------------------
>
>                 Key: MANTTASKS-170
>                 URL: https://jira.codehaus.org/browse/MANTTASKS-170
>             Project: Maven Ant Tasks
>          Issue Type: Bug
>          Components: deploy task, install task
>    Affects Versions: 2.1.0
>         Environment: Windows Vista/Ant 1.7.1/Maven ant tasks 2.1.0
>            Reporter: Marcel Ammerlaan
>
> When running a built with the following:
> {code:xml}<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>{code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to