Hello, 
I m trying to implement maven into all my development processes such as
compile, package, release, quality,and much more. Especially I'd like to
deploy on a maven repository my artifacts but classified by target
environment. Right now, I have 5 ones : local for developers, develepment,
integration , pre production and production.

Now, I deploy within ONE build cycle theses artifacts configured by a
classifier for each target.
ex.: 
myartifact-dev.ear
myartifact-int.ear
myartifact-prod.ear
...


I 've activated the environment profiles by a property injected on the maven
startup.
ex.: mvn -Denvironment=int deploy

How can I configure the artifact's pom ( or maven ) for deploy in the ftp
repository five artifacts corresponding to my 5 environments ?

Thanks for your help 

Regards,
Alexandre



-- 
View this message in context: 
http://www.nabble.com/Deploy-in-the-repository-as-many-artifacts-as-profile-target-environments-tp17798868p17798868.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to