Thanks for the reply Arnaud. Maybe my post has a lack of information...
We have several enviroments: developing, testing and production. Those enviroments has its own resources, passwords, etc. People from developing does (must) not know the settings of the application deployed (jdbc pool password, app settings, etc). They just release the software. Testing and production team have got a machine with continuum and a settings.xml file with the property values that must be overriding by filtering. So now the problem is: is there any way to say to deploy files in differents servers depending on the profile? The distributionManagement tag is not available for settings.xml Any suggestions? Regards, Raul Arnaud Bailly-3 wrote: > > capira <[EMAIL PROTECTED]> writes: > >> Hi! >> >> I just wonder if there is a way to distribute software depending on the >> profile. > Did you try adding a distributionManagement section in each profile in a > pom.xml ? > > regards, > -- > OQube < software engineering \ génie logiciel > > Arnaud Bailly, Dr. > \web> http://www.oqube.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/profile-and-distributionmanagement-tf3946050s177.html#a11196727 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
