We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec963ce commit a97b954Copy full SHA for a97b954
1 file changed
pom.xml
@@ -87,6 +87,20 @@
87
</configuration>
88
</plugin>
89
90
+ <plugin>
91
+ <groupId>org.apache.maven.plugins</groupId>
92
+ <artifactId>maven-source-plugin</artifactId>
93
+ <version>3.3.1</version>
94
+ <executions>
95
+ <execution>
96
+ <id>attach-sources</id>
97
+ <goals>
98
+ <goal>jar-no-fork</goal>
99
+ </goals>
100
+ </execution>
101
+ </executions>
102
+ </plugin>
103
+
104
<plugin>
105
<groupId>org.apache.maven.plugins</groupId>
106
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments