File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 62
62
<artifactId >bcprov-jdk15on</artifactId >
63
63
</dependency >
64
64
</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 >
65
92
</project >
Original file line number Diff line number Diff line change 199
199
<artifactId >maven-compiler-plugin</artifactId >
200
200
<version >3.8.1</version >
201
201
</plugin >
202
+ <plugin >
203
+ <groupId >org.apache.maven.plugins</groupId >
204
+ <artifactId >maven-javadoc-plugin</artifactId >
205
+ <version >3.3.1</version >
206
+ </plugin >
202
207
<plugin >
203
208
<groupId >com.github.spotbugs</groupId >
204
209
<artifactId >spotbugs-maven-plugin</artifactId >
453
458
<plugin >
454
459
<groupId >org.apache.maven.plugins</groupId >
455
460
<artifactId >maven-javadoc-plugin</artifactId >
456
- <version >3.3.1</version >
457
461
</plugin >
458
462
<plugin >
459
463
<groupId >com.mycila</groupId >
You can’t perform that action at this time.
0 commit comments