Saturday, 15 March 2014

java - Retrieve deployable artifacts from maven hosted repository via a tool -


I am trying to automate some of our processes at work. I would like to give the operation a file that only lists war files which were needed, then download a script that downloads those files from our Mewen repository. The script will deploy them, but the "task" to download them is that I want to return the piggyback.

I realize that I may have a script transase name / group ID / artifacted / version, download Wget or http downloads, maven with a pom file or use groovy grapes. However, I think that achieving Mewen artworks outside the Maven Life Cycle is something that is often done and someone has already written something to do so.

I just want to download them to a central folder where the wrapping script jboss-cli can call them can deploy. Something like this:

  deployFile.eachLine {** WANTEDTOOL ** Download (this) / opt / jboss / bin / jboss-cli-connect deploy / opt / lib / ... 

P> P>

No comments:

Post a Comment