remove extraneous build file

This commit is contained in:
Jonathan Shook 2020-05-14 15:12:25 -05:00
parent 6e74b5abe1
commit 4f2b292945

View File

@ -106,7 +106,7 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<createDependencyReducedPom>true</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies> <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createSourcesJar>true</createSourcesJar> <createSourcesJar>true</createSourcesJar>
<!-- <shadedArtifactAttached>true</shadedArtifactAttached>--> <!-- <shadedArtifactAttached>true</shadedArtifactAttached>-->