File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1010 <description >Stackify API for Java</description >
1111 <url >https://github.com/stackify/stackify-api-java</url >
1212
13+ <parent >
14+ <groupId >org.sonatype.oss</groupId >
15+ <artifactId >oss-parent</artifactId >
16+ <version >9</version >
17+ </parent >
18+
1319 <licenses >
1420 <license >
1521 <name >The Apache Software License, Version 2.0</name >
201207 </configuration >
202208 </plugin >
203209
210+ <plugin >
211+ <groupId >org.apache.maven.plugins</groupId >
212+ <artifactId >maven-javadoc-plugin</artifactId >
213+ <version >2.9.1</version >
214+ <executions >
215+ <execution >
216+ <id >attach-javadocs</id >
217+ <goals >
218+ <goal >jar</goal >
219+ </goals >
220+ <configuration >
221+ <failOnError >false</failOnError >
222+ <additionalparam >-Xdoclint:none</additionalparam >
223+ </configuration >
224+ </execution >
225+ </executions >
226+ </plugin >
227+
204228 <plugin >
205229 <groupId >org.apache.maven.plugins</groupId >
206230 <artifactId >maven-source-plugin</artifactId >
262286
263287 </build >
264288
289+ <reporting >
290+
291+ <plugins >
292+
293+ <plugin >
294+ <groupId >org.apache.maven.plugins</groupId >
295+ <artifactId >maven-javadoc-plugin</artifactId >
296+ <version >2.9.1</version >
297+ <configuration >
298+ <failOnError >false</failOnError >
299+ <additionalparam >-Xdoclint:none</additionalparam >
300+ </configuration >
301+ </plugin >
302+
303+ </plugins >
304+
305+ </reporting >
306+
265307 <profiles >
266308 <profile >
267309 <id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments