Hi, following http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html I have been trying to generate mojo docs for the tycho project
https://github.com/sonatype/sonatype-tycho/blob/master/pom.xml . which builds with maven 3.0. I have added <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0-beta-3</version> <configuration> <reportPlugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>2.5.1</version> </plugin> </reportPlugins> </configuration> </plugin> to the root pom. When I do 'mvn site', mojo docs are generated fine for each maven-plugin module in target/site/plugin-info.html, but the root POM target/site/ folder is empty apart from standard css/ and images/ folders. Maybe there is sth fundamental I am missing here? Thanks for your help, Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
