rewrite - scm support for xdoc plugin
-------------------------------------
Key: MPXDOC-134
URL: http://jira.codehaus.org/browse/MPXDOC-134
Project: maven-xdoc-plugin
Type: Improvement
Reporter: Henning Schmiedehausen
Assigned to: Arnaud HERITIER
Attachments: xdoc.patch
This patch removes a lot of CVS'isms from the xdoc plugin and allows to plug in
documentation for other scm systems instead of blindlingly parsing
cvs-usage.xml. It splits the page into a -public and -developer fragment which
is pulled into the scm-usage.xml page dynamically.
It also allows for the possible situation that the public repository is of type
"A" (let's say "CVS") and the developer repository is of type "B" (let's say
Subversion), skips around some bad (cvs-specific) code in
org.apache.maven.project.repository) and adds a few new features to the CVS
page (such as displaying the anonymous user and possible password when they are
present in the pom).
This patch should not be applied "as is", it is a diff of our internal
development tree against the SVN trunk. There are changes e.g. to the
project.xml file that one does not want to have inside the Apache SVN tree.
Just as the changelog plugin: If I get karma, I'm willing to apply these
patches myself.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/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]