File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 211211 </execution >
212212 </executions >
213213 </plugin >
214+ <plugin >
215+ <groupId >org.apache.maven.plugins</groupId >
216+ <artifactId >maven-source-plugin</artifactId >
217+ <version >2.2.1</version >
218+ <executions >
219+ <execution >
220+ <id >attach-sources</id >
221+ <goals >
222+ <goal >jar-no-fork</goal >
223+ </goals >
224+ </execution >
225+ </executions >
226+ </plugin >
227+ <plugin >
228+ <groupId >org.apache.maven.plugins</groupId >
229+ <artifactId >maven-javadoc-plugin</artifactId >
230+ <version >2.9.1</version >
231+ <executions >
232+ <execution >
233+ <id >attach-javadocs</id >
234+ <goals >
235+ <goal >jar</goal >
236+ </goals >
237+ </execution >
238+ </executions >
239+ </plugin >
214240 <plugin >
215241 <groupId >org.apache.maven.plugins</groupId >
216242 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments