File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 120120 </executions >
121121 </plugin >
122122 <plugin >
123+
123124 <groupId >org.apache.maven.plugins</groupId >
124125 <artifactId >maven-javadoc-plugin</artifactId >
126+ <configuration >
127+ <additionalparam >-Xdoclint:none</additionalparam >
128+ </configuration >
125129 <version >2.9.1</version >
126130 <executions >
127131 <execution >
Original file line number Diff line number Diff line change 1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1515 </properties >
16-
16+ <developers >
17+ <developer >
18+ <name >Pete Robbins</name >
19+ 20+ <organization >IBM</organization >
21+ <organizationUrl >http://www.ibm.com</organizationUrl >
22+ </developer >
23+ </developers >
1724 <licenses >
1825 <license >
1926 <name >The Apache Software License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments