File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 5757 </execution >
5858 </executions >
5959 </plugin >
60+ <plugin >
61+ <groupId >org.apache.maven.plugins</groupId >
62+ <artifactId >maven-javadoc-plugin</artifactId >
63+ <version >2.10.3</version >
64+ <executions >
65+ <execution >
66+ <id >attach-javadocs</id >
67+ <goals >
68+ <goal >jar</goal >
69+ </goals >
70+ </execution >
71+ </executions >
72+ </plugin >
6073 <plugin >
6174 <groupId >org.apache.maven.plugins</groupId >
6275 <artifactId >maven-gpg-plugin</artifactId >
93106 <groupId >org.apache.maven.plugins</groupId >
94107 <artifactId >maven-source-plugin</artifactId >
95108 </plugin >
109+ <plugin >
110+ <groupId >org.apache.maven.plugins</groupId >
111+ <artifactId >maven-javadoc-plugin</artifactId >
112+ </plugin >
96113 <plugin >
97114 <groupId >org.apache.maven.plugins</groupId >
98115 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments