solves #227: create both non-shaded and shaded jar for library, while not breaking CLI

This commit is contained in:
Ulrich Zielhofer
2021-12-17 08:48:04 +01:00
parent 2ba9607d0d
commit 1ec64c6110
6 changed files with 261 additions and 2 deletions

View File

@@ -181,6 +181,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<licenses>