Issue Details (XML | Word | Printable)

Key: MPXDOC-41
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Rafal Krzewski
Votes: 0
Watchers: 0
Operations

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

Build breaks in xdoc:generate-from-pom goal if Build breaks in xdoc:generate-from-pom goal if repository/connection is not present [patch]

Created: 20/Aug/03 09:04 AM   Updated: 01/Dec/03 09:35 AM   Resolved: 20/Aug/03 12:31 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. Text File maven-698.diff (1 kB)

Environment: all


 Description  « Hide

Build breaks in xdoc:generate-from-pom goal if
repository/connection is not present. This is caused an attempt
to extract cvsroot/module information in a wrong place in the template
cvs-usage.xml template. See attached patch.



Rafal Krzewski added a comment - 20/Aug/03 09:06 AM

fixes the bug, and also another minor issue - Web Access and CVS grab sections showed up even if repository/url was missing due to improper check.


Emmanuel Venisse added a comment - 20/Aug/03 12:31 PM

Applied. Thanks.