Hi there, When I deploy my project, I want several things to happen : 1) Commit source code to SVN 2) Send packaged JAR (containing class files) to remote server 3) Send the same packaged JAR to a local server for archiving.
How is this possible with Maven 2 ? From the documentation it seems that all of these things have to be handled with the <distributionManagement> / <repository> section of the pom.xml. However, it seems I cannot specify multiple repositories ? Thanks for your help, Raphael Neve
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
