Hi

I'm taking a look at adding summary reporting to a plugin [1],
targeting maven 3. the plugin loads classes to introspect them, using
getCompileClasspathElements() from the project. This works ok in
non-aggregate mode and when the aggregate goal is called directly but
getCompileClasspathElements() is not populated for all projects in the
reactor ("${reactorProjects}") when the aggregate report is called
indirectly using the site plugin. (the code is here[2][3][4])

(before i start digging around in the code) i wondered whether limited
population of MavenProject is expected when using the reactor?

also, any ideas about possible workarounds would be appreciated :-)

TIA

Robert

[1] https://issues.apache.org/jira/browse/MAILETDOCS-4
[2] 
http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/src/main/java/org/apache/james/mailet/AggregateMailetdocsReport.java?view=markup
[3] 
http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/src/main/java/org/apache/james/mailet/AbstractMailetdocsReport.java?view=markup
[4] 
http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/src/main/java/org/apache/james/mailet/DefaultDescriptorsExtractor.java?view=markup

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to