File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 157157 </execution >
158158 </executions >
159159 </plugin >
160+ <plugin >
161+ <groupId >org.apache.maven.plugins</groupId >
162+ <artifactId >maven-javadoc-plugin</artifactId >
163+ <version >3.11.2</version >
164+ <configuration >
165+ <additionalJOption >-Xdoclint:none</additionalJOption >
166+ </configuration >
167+ <executions >
168+ <execution >
169+ <id >attach-javadocs</id >
170+ <goals >
171+ <goal >jar</goal >
172+ </goals >
173+ </execution >
174+ </executions >
175+ </plugin >
160176 <plugin >
161177 <groupId >org.openmrs.maven.plugins</groupId >
162178 <artifactId >maven-openmrs-plugin</artifactId >
263279 <groupId >com.mycila</groupId >
264280 <artifactId >license-maven-plugin</artifactId >
265281 </plugin >
282+ <plugin >
283+ <groupId >org.apache.maven.plugins</groupId >
284+ <artifactId >maven-javadoc-plugin</artifactId >
285+ </plugin >
266286 </plugins >
267287 </build >
268288
You can’t perform that action at this time.
0 commit comments