This commit is contained in:
KustoIbizaExtension Build 2021-07-25 16:40:20 +03:00
Родитель 856679f2db
Коммит bd4e1be76c
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>make-assembly</id> <!-- this is used for inheritance merges -->
<phase>package</phase> <!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifest>