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.
2 parents 3cf16a9 + 37624d7 commit 972b4c7Copy full SHA for 972b4c7
pom.xml
@@ -391,7 +391,21 @@
391
</plugins>
392
</pluginManagement>
393
<plugins>
394
- <plugin>
+ <!-- Sources jar -->
395
+ <plugin>
396
+ <groupId>org.apache.maven.plugins</groupId>
397
+ <artifactId>maven-source-plugin</artifactId>
398
+ <version>3.2.1</version>
399
+ <executions>
400
+ <execution>
401
+ <id>attach-sources</id>
402
+ <goals>
403
+ <goal>jar-no-fork</goal>
404
+ </goals>
405
+ </execution>
406
+ </executions>
407
+ </plugin>
408
409
<groupId>org.apache.maven.plugins</groupId>
410
<artifactId>maven-assembly-plugin</artifactId>
411
<version>3.3.0</version>
0 commit comments