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-whisker.git
commit a6f4fb625222b72f8e6d9409686ad0ef42716400 Author: P. Ottlinger <[email protected]> AuthorDate: Mon Aug 25 11:24:03 2025 +0200 Disable changelog plugin until https://github.com/apache/maven-changelog-plugin/issues/200 is fixed --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7063f41..ff7111d 100644 --- a/pom.xml +++ b/pom.xml @@ -284,11 +284,12 @@ <artifactId>maven-project-info-reports-plugin</artifactId> <version>3.9.0</version> </plugin> +<!-- Diabled 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> + </plugin--> </plugins> </reporting> <!-- ================================ Build information -->
