We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9081493 commit 24e9a73Copy full SHA for 24e9a73
1 file changed
pom.xml
@@ -218,6 +218,33 @@
218
</execution>
219
</executions>
220
</plugin>
221
+ <plugin>
222
+ <groupId>org.apache.maven.plugins</groupId>
223
+ <artifactId>maven-source-plugin</artifactId>
224
+ <executions>
225
+ <execution>
226
+ <id>attach-sources</id>
227
+ <goals>
228
+ <goal>jar-no-fork</goal>
229
+ </goals>
230
+ </execution>
231
+ </executions>
232
+ </plugin>
233
234
235
+ <artifactId>maven-javadoc-plugin</artifactId>
236
+ <configuration>
237
+ <doclint>-missing</doclint>
238
+ </configuration>
239
240
241
+ <id>attach-javadocs</id>
242
243
+ <goal>jar</goal>
244
245
246
247
248
249
<plugin>
250
<groupId>com.github.iarellano</groupId>
0 commit comments