The only way i can think of is to pass the value of the label as a property to maven. i.e mvn -Dproperty.name=property.value
We do this in cruisecontrol but only staticly to pass site wide properties into our common parent-pom. Your mojo or pom will then be able to use that value. pdurbha wrote: > > I guess I need to be a little more clear.. > > 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? > > Thanks > > -----Original Message----- > From: Durbha, Praveen (GE Healthcare) > Sent: Tuesday, November 18, 2008 4:03 PM > To: Maven Users List > Subject: Passing CruiseControl input into Maven > > Hi, > > I have a peculiar problem... > > I am using both Cruisecontrol and Maven for my build purposes..My > question is : Is there a way I can pass the user input on Cruisecontrol > into Maven? > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/FW%3A-Passing-CruiseControl-input-into-Maven-tp20569430p20569922.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
