fix: shade plugin not create dependency reduce pom

pull/1019/head
shuiqingliu 2 years ago
parent 4bf8a1690d
commit 8871070a53

@ -76,6 +76,9 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions> <executions>
<execution> <execution>
<id>sct-all-shade</id> <id>sct-all-shade</id>

Loading…
Cancel
Save