Skip to content

Commit 27e09ff

Browse files
authored
removed <createDependencyReducedPom> setting (#2116)
1 parent b3d07a2 commit 27e09ff

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/main/resources/fileTemplates/j2ee/bukkit/Bukkit pom.xml.ft

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
<goals>
3838
<goal>shade</goal>
3939
</goals>
40-
<configuration>
41-
<createDependencyReducedPom>false</createDependencyReducedPom>
42-
</configuration>
4340
</execution>
4441
</executions>
4542
</plugin>

src/main/resources/fileTemplates/j2ee/bungeecord/BungeeCord pom.xml.ft

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
<goals>
3939
<goal>shade</goal>
4040
</goals>
41-
<configuration>
42-
<createDependencyReducedPom>false</createDependencyReducedPom>
43-
</configuration>
4441
</execution>
4542
</executions>
4643
</plugin>

0 commit comments

Comments
 (0)