We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88726cd commit 5ce1430Copy full SHA for 5ce1430
pom.xml
@@ -449,6 +449,15 @@ under the License.
449
<plugin>
450
<groupId>org.apache.maven.plugins</groupId>
451
<artifactId>maven-source-plugin</artifactId>
452
+ <version>3.2.0</version>
453
+ <executions>
454
+ <execution>
455
+ <id>attach-sources</id>
456
+ <goals>
457
+ <goal>jar-no-fork</goal>
458
+ </goals>
459
+ </execution>
460
+ </executions>
461
</plugin>
462
463
0 commit comments