- Enable attaching shaded artifacts with `shadedArtifactAttached=true` - Fix indentation in <scm> tag section Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
parent
1a5253e824
commit
062d04f59e
1 changed files with 2 additions and 1 deletions
1
pom.xml
1
pom.xml
|
@ -86,6 +86,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<minimizeJar>true</minimizeJar>
|
<minimizeJar>true</minimizeJar>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>
|
<filter>
|
||||||
<artifact>*:*</artifact>
|
<artifact>*:*</artifact>
|
||||||
|
|
Loading…
Add table
Reference in a new issue