Use default jar execution instead creating a new one

Workaround `You have to use a classifier to attach supplemental
artifacts to the project instead of replacing them` error.

KTI-729
This commit is contained in:
Nikolay Krasko
2022-03-22 16:05:06 +03:00
committed by teamcity
parent 1288aaf0a2
commit dc83c64447
+1 -1
View File
@@ -77,7 +77,7 @@
<version>3.2.2</version>
<executions>
<execution>
<id>main jar</id>
<id>default-jar</id>
<goals>
<goal>jar</goal>
</goals>