Re: Retrieving interpolated property config from a plugin within a Mojo

2013-01-02 Thread Michael-O

Am 2013-01-02 20:31, schrieb Michael-O:

Hi,

I am currently trying to figure out in a Mojo how far interpolation
works for the Model class. There seems to be a interpolation limitation.

Say I define this:

   1.6
   1.6


The compiler plugin works as expected but when I try to retrieve that
plugin's config, those values are null.

I have noticed this problem in several plugins and reported bugs in [1],
[2] and [3].

Is there any way to retrieve that kind of "dynamic" configuration?
I know that the Model JavaDoc says that no interpolation is written back
to the model.

I presume that this is an intentional functional limitation of the sytem?


Sorry, here are the links:

[1] http://jira.codehaus.org/browse/MPH-90
[2] http://jira.codehaus.org/browse/MPIR-263
[3] http://jira.codehaus.org/browse/MPIR-263


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Retrieving interpolated property config from a plugin within a Mojo

2013-01-02 Thread Michael-O

Hi,

I am currently trying to figure out in a Mojo how far interpolation 
works for the Model class. There seems to be a interpolation limitation.


Say I define this:

  1.6
  1.6


The compiler plugin works as expected but when I try to retrieve that 
plugin's config, those values are null.


I have noticed this problem in several plugins and reported bugs in [1], 
[2] and [3].


Is there any way to retrieve that kind of "dynamic" configuration?
I know that the Model JavaDoc says that no interpolation is written back 
to the model.


I presume that this is an intentional functional limitation of the sytem?

Thanks,

Michael

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org