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 fc669e2 commit 79b7f0fCopy full SHA for 79b7f0f
pom.xml
@@ -212,6 +212,30 @@
212
</archive>
213
</configuration>
214
</plugin>
215
+ <plugin>
216
+ <groupId>org.apache.maven.plugins</groupId>
217
+ <artifactId>maven-source-plugin</artifactId>
218
+ <executions>
219
+ <execution>
220
+ <id>attach-sources</id>
221
+ <goals>
222
+ <goal>jar</goal>
223
+ </goals>
224
+ </execution>
225
+ </executions>
226
+ </plugin>
227
228
229
+ <artifactId>maven-javadoc-plugin</artifactId>
230
231
232
+ <id>attach-javadocs</id>
233
234
235
236
237
238
239
<plugin>
240
<groupId>org.apache.maven.plugins</groupId>
241
<artifactId>maven-shade-plugin</artifactId>
0 commit comments