Hi Kent, Kent Närling wrote at Dienstag, 16. Dezember 2008 13:14:
> I am trying to customize the site generation and only want to generate > selected reports... however when I do this as described in the > examples: > > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-project-info-reports-plugin</artifactId> > <reportSets> > <reportSet> > <reports> > <report>dependencies</report> > <report>project-team</report> > <report>mailing-list</report> > <report>cim</report> > <report>issue-tracking</report> > <report>license</report> > <report>scm</report> > </reports> > </reportSet> > </reportSets> > </plugin> > > > Then suddenly target/site/index.html is not generated anymore!?! why? You did not select the "index" report ;-) - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
