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)