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 250250 </targetTests >
251251 </configuration >
252252 </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 >
253270 <plugin >
254271 <groupId >org.apache.maven.plugins</groupId >
255272 <artifactId >maven-javadoc-plugin</artifactId >
@@ -318,6 +335,13 @@ ga('send', 'pageview');
318335 <goal >aggregate</goal >
319336 </goals >
320337 </execution >
338+ <execution >
339+ <id >attach-javadocs</id >
340+ <phase >package</phase >
341+ <goals >
342+ <goal >jar</goal >
343+ </goals >
344+ </execution >
321345 </executions >
322346 </plugin >
323347 <plugin >
You can’t perform that action at this time.
0 commit comments