I created a J2EE application. I used continuum to deploy it on a remote repository. Now i want to automatically download the latest SNAPSHOT war file from this remote repository to my local TOMCAT_HOME/webapps. I tried many ideas but no one works. I wanted to use the maven-metadata.xml it contains manyinformation about the project. Any ideas?

link|improve this question

60% accept rate
feedback

2 Answers

how about rsync via ssh tunel ?

link|improve this answer
feedback

You can try to use Aether. With some minor coding it will do the job for you. If you decide to go this way I can show a real-life example where Aether is used in order to manually download artifacts from Maven repos.

edit: Take a look at jcabi-aether wrapper around Aether.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.