Re: How to set maven property using GMaven?

2010-03-31 Thread David Hoffer
t;> > > I've successfully used: > > project.properties.setProperty('propertyName',propertyValue) > -- > View this message in context: > http://old.nabble.com/How-to-set-maven-property-using-GMaven--tp28099241p28099382.

Re: How to set maven property using GMaven?

2010-03-31 Thread lukewpatterson
dahoffer wrote: > > I want to set the value of a maven property using GMaven, what is the > syntax of this? > I've successfully used: project.properties.setProperty('propertyName',propertyValue) -- View this message in context: http://old.nabble.com/How-to-set-

How to set maven property using GMaven?

2010-03-31 Thread David Hoffer
I want to set the value of a maven property using GMaven, what is the syntax of this? What I want to do is: ${myProperty} = someString But that doesn't work. I assume I need to call a setter method somehow?? - To unsubscribe,