This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 37df87a MCHANGELOG-157: Show broken reports
37df87a is described below
commit 37df87a2bbae4cdf1f9aacf08fe4df19a82a5e8b
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Dec 5 12:09:10 2024 +0100
MCHANGELOG-157: Show broken reports
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 53a5051..434ed1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,11 @@
</reportSet>
</reportSets>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>