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-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 7baf4504 Do not create dependency reduced pom when creating shaded jar.
7baf4504 is described below

commit 7baf450426623b616065f1bdd14fa674f229a0ca
Author: aherbert <aherb...@apache.org>
AuthorDate: Fri Jun 2 12:55:58 2023 +0100

    Do not create dependency reduced pom when creating shaded jar.
---
 commons-numbers-examples/examples-jmh/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml 
b/commons-numbers-examples/examples-jmh/pom.xml
index 89b7307c..026f1986 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -249,6 +249,7 @@
                 </goals>
                 <configuration>
                   <finalName>${uberjar.name}</finalName>
+                  
<createDependencyReducedPom>false</createDependencyReducedPom>
                   <transformers>
                     <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                       <mainClass>${project.mainClass}</mainClass>

Reply via email to