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 plugin cant not overwrite them.
>
> Here is the source to the mojo
>
> http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/main/java/org/codehaus/mojo/buildhelper/ReserveListenerPortMojo.java
>
> The pom example is at
>
> http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml.
>
> Am i missing something?
>
> Thanks
>
> -D
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/main/java/org/codehaus/mojo/buildhelper/ReserveListenerPortMojo.java

The pom example is at

http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml.

Am i missing something?

Thanks

-D

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]