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:
@@ -77,7 +77,7 @@
|
||||
<version>3.2.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>main jar</id>
|
||||
<id>default-jar</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
|
||||
Reference in New Issue
Block a user