Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:maven 1.0 rc3
maven-scm-plugin-1.4
-
Number of attachments :
Description
You can see here changes.xml before and after calling scm:prepare-release
This causes html files without spaces after </code> and the announcement message also misses spaces.
Issue Links
| This issue is superceded by: | ||||
| MPCHANGES-31 | changes:release-version removes spaces after closing tags. |
|
|
|
This is a dom4j issue, very annoying. It happens in o.a.m.changes.ReleaseVersion.java (changes plugin) which is called by the scm plugin via the changes:release-version tag. I don't think we can fix that except by re-writing the class and not using dom4j.