Hello with all, I am improving my plugin Dashboard (
http://mojo.codehaus.org/dashboard-maven-plugin/
http://mojo.codehaus.org/dashboard-maven-plugin/ ).

I have a small concern.
I wish to be able to recover the configuration of the plugin Surefire via
API Maven, in particular the property “reportsDirectory”. 

What enabled me to avoid adding a parameter config on my plugin but
especially in the case of a multi-module project, it may be that this value
is not the same one for each module and thus my paramétre would not be good
any more from one module to another. 

I want to be able to be sure to be able to recover the absolute path
parameter “reportsDirectory” of Surefire for each module while passing by
the API one. 

If somebody has an idea of API which could do that? (Plexus, Maven Model….) 

thank you in advance for your assistance
-- 
View this message in context: 
http://www.nabble.com/-m2--help-with-maven-API-tf3033510s177.html#a8428681
Sent from the Maven Developers mailing list archive at Nabble.com.

Reply via email to