Switch prettyPrint off, avoids some dom4j whitespace bugs
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@290897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
stylesheet="${plugin.resources}/changes.jsl"
|
||||
encoding="${maven.docs.outputencoding}"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
prettyPrint="off"
|
||||
/>
|
||||
|
||||
<tstamp>
|
||||
|
||||
Reference in New Issue
Block a user