Issue Details (XML | Word | Printable)

Key: MPMULTIPROJECT-15
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Multi-Project Plugin

multiproject : order of processing of javadoc and compile when xdoclet is needed

Created: 20/Jul/03 02:52 AM   Updated: 02/Dec/03 03:59 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Linux 2.4.21


 Description  « Hide

When running the multiproject plugin, it runs a clean on all sub-projects and then runs the javadoc report. The problem comes up when your project needs to run xdoclet to generate interface classes. Since you are doing the javadoc step before any compile, these xdoclet-generated classes dont show up in the javadoc, and you get a pile of unresolved messages out of the javadoc command.

Solution is to do reorder multiproject to do a compile first (and since most people just add xdoclet as a preGoal to compile, xdoclet will be run) - or maybe you define compile as a preGoal to javadoc ?



There are no comments yet on this issue.