Hi all, here is what I am trying to achieve:
- I have two repositories; -- a public one where only binaries go, -- and a private one where binaries, sources and javadocs go. I would like to be able to deploy to those two repositories by running 'mvn deploy' (once). What I thought could be (almost) possible would be to define two executions for the maven-deploy-plugin that would use two different profiles with the proper configuration for distirbution repositories, binaries, sources and javadocs generations. Unfortunately I could not find how to activate profiles just for an execution! I have the feeling that profiles are activated for the whole lifcycle and that there is no way to change that through configuration at the moment... Does someone know if what I am trying to do is feasible? How? Thanks for your help, SaM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
