Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-528 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-528 Summary: I would like more control over the packages that javadoc uses to generate online documentation Type: Improvement Status: Unassigned Priority: Major Time Spent: Unknown Estimate: 0 minutes Project: maven Components: plugin-other Versions: 1.0-beta-8 1.0-beta-9 1.0-beta-10 Assignee: Reporter: Julian Payne Created: Mon, 30 Jun 2003 7:58 AM Updated: Mon, 30 Jun 2003 7:58 AM Description: Today the javadoc plugin takes the list of packages to be what is in the POM and it then appends ".*" on the end of pom.package. In our case we will put "a.b.c" as the package but there are some sub-packages that should not be documented via javadoc. In this case I would like to be able to specify "a.b.c.d,a.b.c.e.f" as the list of packages to document. I can suggest 2 possible ways to implement this: 1) If pom.package has a comma in it then don't add the ".*" 2) Add a new property for the plugin that overrides the pom.package if, and only if, it exists Thanks, Julian Payne --------------------------------------------------------------------- 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/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]
