Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.10
-
Labels:None
-
Environment:maven-xdoc-1.8
-
Number of attachments :
Description
Maven-xdoc-plugin generates mostly empty page if project uses Subversion scm.
Although maven now can not checkout projects from svn repos, cvs-usage.xml template must generate a command line checkout instructions.
I have tried to add necessary output to velocity macro cvs-usage.xml file. But it seems the following macros are not parsed if scm is svn in project.xml.
#set ($conn = $repository.getCvsRoot($repository.connection, ''))
#set ($module = $repository.getCvsModule($repository.connection))
I couldn't find the repository class in maven repository. If somebody shows me the code, i may alter it to parse it.
Anyway, i'll continue to examine the code.