I am using the label for tagging the releases. Cruise creates a build
number, but I have customized it by replacing it with a text field.

Right now, my maven script looks like this: 

 <maven2 mvnscript="${maven.bat.path}"
pomfile="${base.dir}\cbs_hlp\software\${project.name}\pom.xml" 
                                goal="install" flags="-U -cpu
-Dcruisecontrol.buildType=${project.name} 
                                -Dmaven.test.failure.ignore=true"
activateprofiles="dashboard"/>  

How do I pass the text field input into this script..is it even
possible? I have posted the message in Cruisecontrol as well

Thanks!

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 18, 2008 4:40 PM
To: Maven Users List
Subject: Re: FW: Passing CruiseControl input into Maven

> I have created a textfield on Cruisecontrol portal to allow the user 
> enter the label..Is there a way I can pass this user-defined label 
> into Maven?

What would you use the label for? I'd assume you could set CC up to pass
it via -D. But isn't this a CruiseControl User list question, not Maven
User list??

Wayne

---------------------------------------------------------------------
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