Attila Mezei-Horvati wrote:
> 
> 1. I have 3 profiles I need to apply. I have to copy
> them into this one release-profile for the sake of one
> release. Since we have one codebase with different
> settings for different partners and I need a release
> for all partners separately, I am wasting my time
> updating the release profile section manually for
> each.
> 

How about adding an ant script which uses an XSLT task to copy the XML
around? Maybe not the prettiest solution but it should work. Copy the data
to a new file and use mvn -s to use it.


Attila Mezei-Horvati wrote:
> 
> 2. After release, back in development it seems that
> the release-profile is activated no matter if it is
> activated or not. So basically I need to delete this
> profile and recreate it every time I want to do a
> release.
> 

Maybe you can solve this by specifying a special settings file on the
command line with -s

Regards,

-- 
Aaron Digulla
-- 
View this message in context: 
http://www.nabble.com/maven2-release-and-profiles-tf2772233s177.html#a7739470
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to