Re: Profile activation - release

2007-07-17 Thread Steven Rowe
Hi Barrett, Here's what I do in this situation: plugin artifactIdmaven-release-plugin/artifactId configuration ... arguments-Pmy.release.profile/arguments /configuration /plugin the -Pprofile-id argument activates profile-id when the release:* goals are run. Steve Barrett Nuzum

RE: Profile activation - release

2007-07-17 Thread Barrett Nuzum
PROTECTED] Sent: Tue 7/17/2007 9:03 AM To: Maven Users List Subject: Re: Profile activation - release Hi Barrett, Here's what I do in this situation: plugin artifactIdmaven-release-plugin/artifactId configuration ... arguments-Pmy.release.profile/arguments /configuration /plugin

Profile activation - release

2007-07-16 Thread Barrett Nuzum
Hi everyone. I have a plugin that needs to be executed in two different configurations. One configuration is for when being released with the release plugin only. Another is for all other times. I've figured out the profiles configuration for the execution of the plugins -- but the activation