I am trying to do this..but it doesn't work -Dmybuildnumber=<% <input type="text" name="buildLabel" size="20"/> %>"
I am not sure if I can embed HTML/JSP elements in XML Thanks -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2008 5:19 PM To: Maven Users List Subject: Re: FW: Passing CruiseControl input into Maven > goal="install" flags="-U -cpu > -Dcruisecontrol.buildType=${project.name} > -Dmaven.test.failure.ignore=true" > activateprofiles="dashboard"/> I don't know Cruise Control, but you are already passing a couple values via -D, look in the "flags" parameter. So you would simply add another -D eg -Dmybuildnumber=??? (CC text field goes there). 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]
