File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 224224 </execution >
225225 </executions >
226226 </plugin >
227+ <plugin >
228+ <groupId >org.apache.maven.plugins</groupId >
229+ <artifactId >maven-source-plugin</artifactId >
230+ <version >3.3.1</version >
231+ <executions >
232+ <execution >
233+ <id >attach-sources</id >
234+ <goals >
235+ <goal >jar-no-fork</goal >
236+ </goals >
237+ </execution >
238+ </executions >
239+ </plugin >
240+ <plugin >
241+ <groupId >org.apache.maven.plugins</groupId >
242+ <artifactId >maven-javadoc-plugin</artifactId >
243+ <version >3.6.3</version >
244+ <executions >
245+ <execution >
246+ <id >attach-javadocs</id >
247+ <goals >
248+ <goal >jar</goal >
249+ </goals >
250+ <configuration >
251+ <source >8</source >
252+ </configuration >
253+ </execution >
254+ </executions >
255+ </plugin >
227256 <plugin >
228257 <groupId >org.apache.maven.plugins</groupId >
229258 <artifactId >maven-compiler-plugin</artifactId >
247276 <artifactId >maven-deploy-plugin</artifactId >
248277 <version >3.1.1</version >
249278 <configuration >
250- <skip >true </skip >
279+ <skip >false </skip >
251280 </configuration >
252281 </plugin >
253282 <plugin >
You can’t perform that action at this time.
0 commit comments