Skip to content

Commit 1266600

Browse files
committed
Allow HTML markup in CDATA sections in changes reports.
1 parent 8929289 commit 1266600

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

parent_toplevel/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@
2424
<body>
2525

2626
<release version="1.1.2" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 25.
29+
</action>
2730
<action type="update" dev="sseifert">
2831
Update to reflow-maven-skin 1.0.6.
2932
</action>
3033
<action type="update" dev="sseifert">
31-
Update to global-parent 25.
34+
Allow HTML markup in CDATA sections in changes reports.
3235
</action>
3336
<action type="update" dev="sseifert">
3437
Update dependencies.

parent_toplevel/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,15 @@
320320
</reportSets>
321321
</plugin>
322322

323+
<plugin>
324+
<groupId>org.apache.maven.plugins</groupId>
325+
<artifactId>maven-changes-plugin</artifactId>
326+
<configuration>
327+
<!-- Allow HTML markup in CDATA sections in changes reports -->
328+
<escapeHTML>false</escapeHTML>
329+
</configuration>
330+
</plugin>
331+
323332
</plugins>
324333
</reporting>
325334

0 commit comments

Comments
 (0)