Another one from the chat log... to get the Javadoc generated for the site, add this to action/pom.xml:
<reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> ... (and repeat for other reporting plugins. Checkstyle? PMD?) Don mentioned wanting to get the docs into the assembly. Right now it only has the -javadocs jars. Without site aggregation working, though, I don't know how easy it will be. For the build itself, we should be using <dependencyManagement> at the top level to control version numbers, and only declaring groupId/artifactId for dependencies in the modules. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]