Issue Type: Bug Bug
Assignee: Unassigned
Attachments: JDiffDescriptorMojo.patch
Created: 20/Feb/13 3:55 AM
Description:

It would be great to have a goal that only generates the xml descriptor without producing the report.
A typical use case is to produce the xml descriptor of the first version of your project.

The attached patch implements a descriptor goal that addresses this issue.

jdiff:descriptor
  Generates an API descriptor of the Java sources.

  Available parameters:

    apiname (Default: ${project.name}-${project.version})
      The JDiff API name.

    destDir (Default: apidocs)
      The name of the destination directory.
      _expression_: ${destDir}

    includePackageNames
      List of packages to include separated by space.
      _expression_: ${includePackageNames}

    javadocExecutable
      The Javadoc executable.
      _expression_: ${javadocExecutable}
Project: Maven 2.x JDiff Plugin
Priority: Minor Minor
Reporter: Alexandre COLLIGNON
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to