File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 3434 <name >Java.net Repository for Maven</name >
3535 <url >http://download.java.net/maven/2/</url >
3636 </repository >
37- <repository >
38- <id >don-asf-repository</id >
39- <url >http://people.apache.org/~mrdon/repository/</url >
40- </repository >
4137 </repositories >
4238
4339 <scm >
8480 </execution >
8581 </executions >
8682 </plugin >
83+ <plugin >
84+ <groupId >org.apache.maven.plugins</groupId >
85+ <artifactId >maven-javadoc-plugin</artifactId >
86+ <executions >
87+ <execution >
88+ <id >attach-javadoc</id >
89+ <phase >verify</phase >
90+ <goals >
91+ <goal >jar</goal >
92+ </goals >
93+ </execution >
94+ </executions >
95+ </plugin >
8796 <plugin >
8897 <groupId >org.apache.maven.plugins</groupId >
8998 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments