Don't create dependency-reduced-pom (#781)

Since this plugin always generates one on compile, and since it's tracked in the git repo people have to revert their copy in order to pull changes.
This commit is contained in:
RoboMWM 2018-11-04 11:53:50 -08:00 committed by Risto Lahtela
parent d0de0725b2
commit b9ae627388

View File

@ -323,6 +323,7 @@
<shadedPattern>com.djrapitops.plan.utilities.metrics</shadedPattern>
</relocation>
</relocations>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
</plugin>
<plugin>