Just run a command after executing "mvn package" that copies the file.

#mvn package
....snip....
#cp target/file-1.0.0.jar /other/directory/
One file copied.
#

If you want a better response, tell us more about what you're trying
to do and why.

Wayne

On 3/27/08, author <[EMAIL PROTECTED]> wrote:
>
> When i use GOAL package, as result i have a *.jar file in my target folder.
> How can I do, if i want 2 *.jar file. First in target folder, second, in
> other folder. If it is dificult, how can i create only 1 *.jar file in not
> default (target) folder. THX!
> --
> View this message in context: 
> http://www.nabble.com/How-create-2-*.jar-tp16325044s177p16325044.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to