File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 318318 <!-- Javadoc 8 expects a package-list file in the Javadoc root but current Java versions generate an element-list file. -->
319319 <commons .javadoc.failOnWarnings>true</commons .javadoc.failOnWarnings>
320320 </properties >
321- <build >
322- <plugins >
323- <plugin >
324- <groupId >org.apache.maven.plugins</groupId >
325- <artifactId >maven-javadoc-plugin</artifactId >
326- <configuration >
327- <linksource >true</linksource >
328- <links >
329- <link >${commons.javadoc.javaee.link} </link >
330- <link >https://commons.apache.org/proper/commons-lang/apidocs</link >
331- <!-- http://www.jdom.org/docs/apidocs/ is not a secure link -->
332- <link >https://javadoc.io/doc/org.jdom/jdom/1.1</link >
333- </links >
334- <excludePackageNames >org.apache.commons.jxpath.ri.parser</excludePackageNames >
335- </configuration >
336- </plugin >
337- </plugins >
338- </build >
321+ <build >
322+ <plugins >
323+ <plugin >
324+ <groupId >org.apache.maven.plugins</groupId >
325+ <artifactId >maven-javadoc-plugin</artifactId >
326+ <configuration >
327+ <linksource >true</linksource >
328+ <links >
329+ <link >${commons.javadoc.javaee.link} </link >
330+ <link >https://commons.apache.org/proper/commons-lang/apidocs</link >
331+ <!-- http://www.jdom.org/docs/apidocs/ is not a secure link -->
332+ <link >https://javadoc.io/doc/org.jdom/jdom/1.1</link >
333+ </links >
334+ <excludePackageNames >org.apache.commons.jxpath.ri.parser</excludePackageNames >
335+ </configuration >
336+ </plugin >
337+ </plugins >
338+ </build >
339339 </profile >
340340 </profiles >
341341 <developers >
You can’t perform that action at this time.
0 commit comments