File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 250
250
</targetTests >
251
251
</configuration >
252
252
</plugin >
253
+ <plugin >
254
+ <groupId >org.apache.maven.plugins</groupId >
255
+ <artifactId >maven-source-plugin</artifactId >
256
+ <version >3.0.0</version >
257
+ <configuration >
258
+ <excludeResources >true</excludeResources >
259
+ </configuration >
260
+ <executions >
261
+ <execution >
262
+ <id >attach-sources</id >
263
+ <phase >package</phase >
264
+ <goals >
265
+ <goal >jar-no-fork</goal >
266
+ </goals >
267
+ </execution >
268
+ </executions >
269
+ </plugin >
253
270
<plugin >
254
271
<groupId >org.apache.maven.plugins</groupId >
255
272
<artifactId >maven-javadoc-plugin</artifactId >
@@ -318,6 +335,13 @@ ga('send', 'pageview');
318
335
<goal >aggregate</goal >
319
336
</goals >
320
337
</execution >
338
+ <execution >
339
+ <id >attach-javadocs</id >
340
+ <phase >package</phase >
341
+ <goals >
342
+ <goal >jar</goal >
343
+ </goals >
344
+ </execution >
321
345
</executions >
322
346
</plugin >
323
347
<plugin >
You can’t perform that action at this time.
0 commit comments