Skip to content

Commit 9204b88

Browse files
committed
Do not create a dependency-reduced-pom.xml file
Starting with maven-shade-plugin version 3.3.0 a `dependency-reduced-pom.xml` is always created (see apache/maven-shade-plugin@6ea8543). Because the `*-cli.jar` file is not published, this file is not required and does not need to be created.
1 parent 8c77221 commit 9204b88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spotify-web-api-open-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
<configuration>
129129
<shadedArtifactAttached>true</shadedArtifactAttached>
130130
<shadedClassifierName>cli</shadedClassifierName>
131+
<createDependencyReducedPom>false</createDependencyReducedPom>
131132
<transformers>
132133
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
133134
<mainClass>de.sonallux.spotify.openapi.CLI</mainClass>

0 commit comments

Comments
 (0)