On 11/7/10 2:52 PM, "paladine" <yasinma...@yahoo.com> wrote:
>Basically, i want to send my war file to a remote server that doesn't >contain a maven repo so i think deploy phase is not good method to do this >job because deploy phase requires a maven repo. You're conflating the deploy *phase* with the deploy *plugin*. The deploy phase is the correct place to bind a plugin goal which sends something to a remote server. As with any phase in Maven, you can bind additional plugin goals beyond the default deploy:deploy goal. Justin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org