Skip to content

Commit

Permalink
skip original jar rename to fix maven deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jun 15, 2021
1 parent f808419 commit d1c4385
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/exportV1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@
<goals>
<goal>build</goal>
</goals>
<configuration>
<skipOriginalJarRename>true</skipOriginalJarRename>
</configuration>
</execution>
</executions>
</plugin>
Expand All @@ -113,6 +116,5 @@
</plugin>
</plugins>


</build>
</project>

0 comments on commit d1c4385

Please sign in to comment.