"Helck, Christopher" <[EMAIL PROTECTED]> writes: > Hi, > > I need to support the deployment of artifiacts to three separate > repositories: development, staged, and certified. In maven1 I did this > by overriding the variables maven.repo.remote and maven.repo.list in a > script. > > How should I do this in maven2? Here's what I really want: > > When a developer does a deploy the artifiacts go to the development > repo. > > When a developer does release:perform the artifiacts go the > development and staged repos. > > When a cert person does deploy the artifacts go to the cert repo. > Hello, Did you set up the <distributionManagement> part of your project's pom ? It is where you define what to do for artifact's deployment. You can then use profiles to define several deployment target according to your plans.
HTH -- 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]