> Keep in mind, that's a Maven 1 site. I haven't quite managed to > convince m2 to do the same thing, but I'm getting closer.
Point taken. > Watch out for http://jira.codehaus.org/browse/MNG-661, m2 will build > the site for each module, but won't aggregate it so you can preview > it. Yeah I saw that one while searching the archives. I got it open in my other browser tab right now ;-) > (Fix version 2.0.1? I never know whether that means it's already > fixed, or planned to be... different projects seem to use it in > different ways.) LOL we have been struggling with that one ourselves! > Those come from the Project Info Plugin. Looks like you can pick what > things show up there: > http://maven.apache.org/plugins/maven-project-info-reports-plugin/howto.html > (Suppressing this at the module level doesn't make sense-- it's where > 'Dependencies' will appear, and those will be different for each > module.) Is there a way to supress *part* of this output using the plug in? > Those show up in "Project Reports" and are also configured in > the<reporting> section. For example, to get CheckStyle: > <reporting> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > <version>2.0-beta-1</version> > </plugin> > </plugins> > </reporting> Thanks for the tip. > HTH, It did. > Wendy Sean ps. Are you going to be at Apache Con?
