This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
commit 7930438ab8865cb4d0cc72c5a39efcdb35da1396 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 08:53:32 2025 -0400 Format XML fragment --- pom.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index e1d3273..b5a1a3d 100644 --- a/pom.xml +++ b/pom.xml @@ -318,24 +318,24 @@ <!-- Javadoc 8 expects a package-list file in the Javadoc root but current Java versions generate an element-list file. --> <commons.javadoc.failOnWarnings>true</commons.javadoc.failOnWarnings> </properties> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <linksource>true</linksource> - <links> - <link>${commons.javadoc.javaee.link}</link> - <link>https://commons.apache.org/proper/commons-lang/apidocs</link> - <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> - <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link> - </links> - <excludePackageNames>org.apache.commons.jxpath.ri.parser</excludePackageNames> - </configuration> - </plugin> - </plugins> - </build> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <linksource>true</linksource> + <links> + <link>${commons.javadoc.javaee.link}</link> + <link>https://commons.apache.org/proper/commons-lang/apidocs</link> + <!-- http://www.jdom.org/docs/apidocs/ is not a secure link --> + <link>https://javadoc.io/doc/org.jdom/jdom/1.1</link> + </links> + <excludePackageNames>org.apache.commons.jxpath.ri.parser</excludePackageNames> + </configuration> + </plugin> + </plugins> + </build> </profile> </profiles> <developers>