On 9 Feb 07, at 2:31 AM 9 Feb 07, Franz Garsombke wrote:

Maven is working beautifully for us...we are building code, packaging, and deploying to our proximity repository server. Does the Maven team know of any tools that are built around getting artifacts from an HTTP URL and then SCPing the file to a remote machine and running some command lines?


http://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools- maven-plugin/

It's in the sandbox, but I've been using it for moving staged releases to production repositories. It may change, there isn't much documentation but there is a usage guide.

I use it like the following:

mvn repositorytools:copy-repository \
-Dsource=dain::default::file:///x1/home/dain/public_html/stage\
-Dtarget=jvanzyl::default::file:///x1/www/people.apache.org/repo/m2- ibiblio-rsync-repository -Ddeploy=true

Though an http url should work fine for the source.

It's not released so you'll have to build it from source. Don't ask when we're releasing it because we don't know.

Jason.

I would like to automate our deployments from our remote repository and was just wondering if you had come across any tools? I built an enterpise version of such a tool at my last company and it was deploying over 100 applications. Unfortunately I do not have it at my new job.

Thanks in advance,

Franz


---------------------------------
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to