File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 <artifactId >bcprov-jdk15on</artifactId >
6363 </dependency >
6464 </dependencies >
65+
66+ <build >
67+ <plugins >
68+ <plugin >
69+ <!-- replace javadoc with groovydoc for ONLY this module -->
70+ <groupId >org.apache.maven.plugins</groupId >
71+ <artifactId >maven-javadoc-plugin</artifactId >
72+ <configuration >
73+ <skip >true</skip >
74+ </configuration >
75+ </plugin >
76+ <plugin >
77+ <groupId >com.bluetrainsoftware.maven</groupId >
78+ <artifactId >groovydoc-maven-plugin</artifactId >
79+ <version >2.1</version >
80+ <executions >
81+ <execution >
82+ <id >attach-docs</id >
83+ <phase >package</phase >
84+ <goals >
85+ <goal >attach-docs</goal >
86+ </goals >
87+ </execution >
88+ </executions >
89+ </plugin >
90+ </plugins >
91+ </build >
6592</project >
Original file line number Diff line number Diff line change 199199 <artifactId >maven-compiler-plugin</artifactId >
200200 <version >3.8.1</version >
201201 </plugin >
202+ <plugin >
203+ <groupId >org.apache.maven.plugins</groupId >
204+ <artifactId >maven-javadoc-plugin</artifactId >
205+ <version >3.3.1</version >
206+ </plugin >
202207 <plugin >
203208 <groupId >com.github.spotbugs</groupId >
204209 <artifactId >spotbugs-maven-plugin</artifactId >
453458 <plugin >
454459 <groupId >org.apache.maven.plugins</groupId >
455460 <artifactId >maven-javadoc-plugin</artifactId >
456- <version >3.3.1</version >
457461 </plugin >
458462 <plugin >
459463 <groupId >com.mycila</groupId >
You can’t perform that action at this time.
0 commit comments