I would like to move some jar files (artifacts) after a build (clean,
install) has been accomplished. I could accomplish that with a simple
ant and/or shell script, but the documentation seems to suggest that I
can accomplish that with Maven goals. 

In my local repository, I have something like this:

/.m2/.../fileA-1.0-SNAPSHOT.jar
/.m2/.../lib/libFileA-1.0-SNAPSHOT.jar

I want to copy them to:
/mydir/.../myAppA.jar
/mydir/.../bin/myLibA.jar

It appears that I should be able to use deploy:deploy-file or release to
accomplish this, but I'm not clear on how to do that, especially the
part about renaming the artifacts as I copy them.




Bryan Ross


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

Reply via email to