There is a simple example on this page: http://ant.apache.org/ivy/history/latest-milestone/use/publish.html
Maarten ________________________________ From: Charles Scott <connarysc...@gmail.com> To: ivy-user@ant.apache.org Sent: Thursday, August 23, 2012 9:41 PM Subject: simple upload to maven repo question Hi, I am looking at ivy to see if a very simple use case can be done, similar to the mvn deploy:deploy-filei example here: mvn deploy:deploy-file \ -Durl=$REPO_URL \ -DrepositoryId=$REPO_ID \ -DgroupId=org.myorg \ -DartifactId=myproj \ -Dversion=1.2.3 \ -Dpackaging=zip \ -Dfile=myproj.zip It appears that ivy uses a pattern based approach (ant task examples).. Does Ivy have any example similar to above which allows a simple file to be referenced and uploaded to a maven repo? (either via ant or java invocation)