Re: Unable to override the value in pom's project properties in mojo

2008-08-31 Thread Dan Tran
FYI, my problem has been solved in 2.1-RCx ( ie 2.0.10-RC) -D On Fri, Jul 25, 2008 at 9:12 PM, Dan Tran [EMAIL PROTECTED] wrote: I am writing a plugin to set the values of a given set of property key passing in by user. However if the user set the default values int pom.xml's properties, the

Unable to override the value in pom's project properties in mojo

2008-07-25 Thread Dan Tran
I am writing a plugin to set the values of a given set of property key passing in by user. However if the user set the default values int pom.xml's properties, the plugin cant not overwrite them. Here is the source to the mojo