The following comment has been added to this issue: Author: Anup Jain Created: Tue, 16 Nov 2004 3:30 AM Body: By changing the pom.package value to a folder which is one rung above, i am able to address point #1, but i am still not able to generate javadocs as per point #2.
Also, please tell me where i need to change so that maven uses maven-javadoc-plugin-1.7 instead of maven-javadoc-plugin-1.6.1. Issues highlighted: 1. Only one leaf folder in the folder ServiceLayer is getting the Javadoc generated, others donot have their javadocs generated 2. Also javadocs are not getting generated for the folder <projectname>/src/IntegrationTests --------------------------------------------------------------------- View this comment: http://jira.codehaus.org/browse/MPJAVADOC-50?page=comments#action_26452 --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPJAVADOC-50 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPJAVADOC-50 Summary: target/javadoc is empty Type: Wish Status: Open Priority: Major Original Estimate: 10 minutes Time Spent: Unknown Remaining: 10 minutes Project: maven-javadoc-plugin Fix Fors: 1.6.1 Versions: 1.6.1 Assignee: Arnaud HERITIER Reporter: Anup Jain Created: Mon, 15 Nov 2004 5:25 AM Updated: Tue, 16 Nov 2004 3:30 AM Environment: windows xp / java sdk 1.4.2 / java component build with maven Description: I have just started off with Maven... I have in the folloing directory structure for my java project: <projectname>/src/IntegrationTests <projectname>/src/ServiceLayer in the folder <projectname>, i have the project.xml that states that the source directory is <sourceDirectory> src/ServiceLayer </sourceDirectory> and unit test directory as <unitTestSourceDirectory>src/IntegrationTests</unitTestSourceDirectory> when i run the following maven commands in sequence: 1. maven java:compile 2. maven jar 3. maven site:generate the folder target/javadoc remains empty Issues are: 1. Only one leaf folder in the folder ServiceLayer is getting the Javadoc generated, others donot have their javadocs generated 2. Also javadocs are not getting generated for the folder <projectname>/src/IntegrationTests I have tried with the javadoc plug in version maven-javadoc-plugin-1.6.1 Although i download the latest version 1.7, it still downloads the old version 1.6.1 and apparently uses it. Please help... --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]