This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 22007dc Do not create dependency reduced pom when creating shaded jar. 22007dc is described below commit 22007dc0f12dd81049d438c9c64d3e77e55bcd9e Author: aherbert <aherb...@apache.org> AuthorDate: Fri Jun 2 13:00:51 2023 +0100 Do not create dependency reduced pom when creating shaded jar. --- commons-statistics-examples/examples-distribution/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/commons-statistics-examples/examples-distribution/pom.xml b/commons-statistics-examples/examples-distribution/pom.xml index 977bd07..9db9fca 100644 --- a/commons-statistics-examples/examples-distribution/pom.xml +++ b/commons-statistics-examples/examples-distribution/pom.xml @@ -73,6 +73,7 @@ </goals> <configuration> <finalName>${uberjar.name}</finalName> + <createDependencyReducedPom>false</createDependencyReducedPom> <minimizeJar>true</minimizeJar> <transformers> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">