Force creation of sources jar

Closes gh-18212
This commit is contained in:
Stephane Nicoll
2019-09-16 14:22:26 +02:00
parent 9065c4997d
commit a642421661

View File

@@ -133,6 +133,13 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<configuration>
<forceCreation>true</forceCreation>
</configuration>
</plugin>
<plugin>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>