jar creation optimization

This commit is contained in:
Klemek
2018-11-07 15:42:32 +01:00
parent 22748f17e9
commit 02bc7895ac
2 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
mvn clean package && del download\*.jar && xcopy /Y target\*-jar-with-dependencies.jar download && powershell -command "get-childitem download\* | foreach { rename-item $_ $_.Name.Replace('-jar-with-dependencies', '') }" && git add download/*.jar
mvn clean package && del download\*.jar && xcopy /Y target\*.jar download && git add download/*.jar