Unfortunately, the Maven integration for CC doesn't have separate
elements for setting properties like the Ant integration does.  However,
since you've created your own Maven.bat that CC calls, you can add the
properties there.  For example:

@echo "C:\Maven_1.0.2\Maven.bat" -Dmyprop=value %*
call "C:\Maven_1.0.2\Maven.bat" -Dmyprop=value %*

The other suggestions (using the user-level build.properties or creating
a separate goal) will also work.

..David..


-----Original Message-----
From: Mick Knutson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 28, 2005 2:20 PM
To: [email protected]
Subject: how do I override a parameter for a value in my build.props in
crusieControl?

I have a property in my build.properties that I want to override when I
run my maven in cruisecontrol.
How would I do this please?

Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

HP Consulting Services (Walnut Creek, CA)



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


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

Reply via email to