Source:jar-no-fork integration

This commit is contained in:
Fabio Sinibaldi 2022-09-13 15:04:15 +02:00
parent 9e3ff459bd
commit ae335a5289
1 changed files with 20 additions and 0 deletions

View File

@ -111,4 +111,24 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${plugin.source.version}</version>
<executions>
<execution>
<id>jar-no-fork</id>
<phase>install</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>