I am new to maven. How to deploy jar from build.xml to nexus repository. This document is referring to create a pom.xml. http://maven.apache.org/ant-tasks/examples/install-deploy.html What do I need to put in pom.xml. I have compile target in my build.xml and added below section to deploy the jar to nexus
Asked
Active
Viewed 764 times
0
-
see: http://stackoverflow.com/questions/5111831/how-to-publish-3rdparty-artifacts-with-ivy-and-nexus/5115447#5115447 – Mark O'Connor May 13 '15 at 04:26
-
I am trying to use maven ant task instead of ivy – user3199100 May 13 '15 at 15:36
-
http://maven.apache.org/ant-tasks/examples/install-deploy.html – Mark O'Connor May 13 '15 at 22:44
-
What do I need to specify in the pom.xml ? – user3199100 May 15 '15 at 13:22