We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7744c00 commit 72abce0Copy full SHA for 72abce0
pom.xml
@@ -179,11 +179,27 @@
179
<groupId>org.apache.maven.plugins</groupId>
180
<artifactId>maven-source-plugin</artifactId>
181
<version>3.3.1</version>
182
+ <executions>
183
+ <execution>
184
+ <id>attach-sources</id>
185
+ <goals>
186
+ <goal>jar-no-fork</goal>
187
+ </goals>
188
+ </execution>
189
+ </executions>
190
</plugin>
191
<plugin>
192
193
<artifactId>maven-javadoc-plugin</artifactId>
194
<version>3.11.2</version>
195
196
197
+ <id>attach-javadocs</id>
198
199
+ <goal>jar</goal>
200
201
202
203
204
205
0 commit comments