File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 145145 </execution >
146146 </executions >
147147 </plugin >
148+ <plugin >
149+ <groupId >org.apache.maven.plugins</groupId >
150+ <artifactId >maven-javadoc-plugin</artifactId >
151+ <version >2.10.3</version >
152+ <configuration >
153+ <!-- comment out for now because doesn't work on JDK < 8 -->
154+ <!-- <additionalparam>-Xdoclint:none</additionalparam>-->
155+ <encoding >${project.build.sourceEncoding} </encoding >
156+ <locale >en</locale >
157+ <linksource >true</linksource >
158+ <validateLinks >true</validateLinks >
159+ <links >
160+ <link >https://github.com/gwtproject/gwt/tree/master/doc/validation-package-list</link >
161+ </links >
162+ </configuration >
163+ <executions >
164+ <execution >
165+ <phase >package</phase >
166+ <goals >
167+ <goal >jar</goal >
168+ </goals >
169+ </execution >
170+ </executions >
171+ </plugin >
148172 <plugin >
149173 <groupId >org.apache.maven.plugins</groupId >
150174 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments