Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,11 @@ agnostic home for software distribution comprehension and audit tools.
</reportSet>
</reportSets>
</plugin>
<!-- Disabled until https://github.com/apache/maven-changelog-plugin/issues/200 is fixed
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.3</version>
</plugin-->
<version>3.0.0-M2</version>
</plugin>
<!-- catch code tags -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ in order to be properly linked in site reports.
</release>
-->
<release version="1.0.0-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
<action issue="RAT-482" type="fix" dev="pottlinger">
Re-enable maven-changelog-plugin v3.0.0-M2, which adds a large Apache Creadur RAT changelog report to the website.
</action>
<action issue="RAT-555" type="fix" dev="pottlinger">
Explicitly configure TempDir's deletion strategy to ignore failures and disable ReportOptionTest on GitHubAction and linux combination.
</action>
Expand Down
Loading