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 ba4f94639c8f6e679ae4df098b9c4d2e42f6146c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 12 09:02:10 2025 -0400 Remove obsolete reference to xdocs/style/project.css in RAT configuration --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index ff87bf5..98dcca3 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,6 @@ <configuration> <excludes> <exclude>src/java/org/apache/commons/jxpath/ri/parser/*</exclude> - <exclude>xdocs/style/project.css</exclude> </excludes> </configuration> </plugin> @@ -289,7 +288,6 @@ <configuration> <excludes> <exclude>src/java/org/apache/commons/jxpath/ri/parser/*</exclude> - <exclude>xdocs/style/project.css</exclude> </excludes> </configuration> </plugin>