This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git
commit 2e10f90cef78e854900ce49c14d50d5d85606373 Author: Christian Grobmeier <[email protected]> AuthorDate: Wed Dec 20 21:42:23 2023 +0100 disabled DMG build as it seem unmaintained and not working --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 56985af..4e04212 100644 --- a/pom.xml +++ b/pom.xml @@ -300,6 +300,7 @@ </activation> <build> <plugins> + <!-- <plugin> <groupId>de.perdian.maven.plugins</groupId> <artifactId>macosappbundler-maven-plugin</artifactId> @@ -337,6 +338,7 @@ </execution> </executions> </plugin> + --> </plugins> </build> </profile>
