Could you post your pom file and the output of mvn -X site? With regards,
Nick Stolwijk -----Original Message----- From: Mac-Systems [mailto:[EMAIL PROTECTED] Sent: Thu 10/25/2007 11:30 AM To: Maven Users List Subject: Re: maven-project-info-reports-plugin do not include Javadoc when using Well, i have the javadoc included in reporting section of the parent pom. Looks like this: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api/</link> </links> <use>false</use> <quiet>true</quiet> And i works well until i add the changelog report in my reporting section. Anyone can help ? Jens > If at first the javadocs were generated, I guess you had configured the > javadoc reporting plugin [1]. Maybe you removed the configuration of it? > > Hth, > > Nick Stolwijk > > [1] http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html > > > -----Original Message----- > From: Mac-Systems [mailto:[EMAIL PROTECTED] > Sent: Thu 10/25/2007 11:00 AM > To: Maven Users List > Subject: maven-project-info-reports-plugin do not include Javadoc when using > > Hello, > > im using maven 2.0.7 on a large multiproject. > Since last week i generate javadoc for all project > with success, later i added the changelog report. > Since i added the Changelog i miss the generated Javadoc > for the Project, the Javadoc is generated but it is not linked > from the (sub) Projects. > > Anyone can tell me what i am doing wrong ? > > I wonder why Javadoc will be linked to Project site as > the Project Info-Report Plugin no list the Java Doc. > May i look at the false Plugin which includes these kind of > reports for the site ? > > Thanks, > Jens > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]