This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit b90a23b7656ef4cb9459a17cad20a7107576d453
Author: Thomas Vandahl <[email protected]>
AuthorDate: Tue Feb 17 18:57:02 2026 +0100

    Make site build work again.
---
 commons-jcs4-core/src/main/java/module-info.java |  2 +-
 commons-jcs4-jcache-extras/pom.xml               | 34 +++++++++---------------
 commons-jcs4-jcache-openjpa/pom.xml              | 12 +++++++++
 commons-jcs4-jcache/pom.xml                      | 13 +++++++++
 pom.xml                                          | 18 -------------
 5 files changed, 39 insertions(+), 40 deletions(-)

diff --git a/commons-jcs4-core/src/main/java/module-info.java 
b/commons-jcs4-core/src/main/java/module-info.java
index 43881c5a..a6311d9d 100644
--- a/commons-jcs4-core/src/main/java/module-info.java
+++ b/commons-jcs4-core/src/main/java/module-info.java
@@ -100,7 +100,7 @@ module org.apache.commons.jcs4.core {
     requires transitive java.naming;
 
     // Optional dependencies for remote HTTP caching
-    requires static transitive jakarta.servlet;
+    requires static jakarta.servlet;
 
     // Optional dependencies for JDBC disk cache
     requires static org.apache.commons.dbcp2;
diff --git a/commons-jcs4-jcache-extras/pom.xml 
b/commons-jcs4-jcache-extras/pom.xml
index 8c6ce281..4d48f836 100644
--- a/commons-jcs4-jcache-extras/pom.xml
+++ b/commons-jcs4-jcache-extras/pom.xml
@@ -102,31 +102,23 @@
       </plugin>
     </plugins>
   </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <legacyMode>true</legacyMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <properties>
     
<commons.module.name>org.apache.commons.jcs4.jcache.extras</commons.module.name>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
     <tomcat.version>11.0.12</tomcat.version>
   </properties>
-  <profiles>
-    <profile>
-      <id>java17</id>
-      <activation>
-        <jdk>[17,)</jdk>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>
-                --add-opens java.base/java.io=ALL-UNNAMED                     
-              </argLine>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>
diff --git a/commons-jcs4-jcache-openjpa/pom.xml 
b/commons-jcs4-jcache-openjpa/pom.xml
index af291d79..f57ff87d 100644
--- a/commons-jcs4-jcache-openjpa/pom.xml
+++ b/commons-jcs4-jcache-openjpa/pom.xml
@@ -94,6 +94,18 @@
     </plugins>
   </build>
   
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <legacyMode>true</legacyMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <properties>
     
<commons.module.name>org.apache.commons.jcs4.jcache.openjpa</commons.module.name>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
diff --git a/commons-jcs4-jcache/pom.xml b/commons-jcs4-jcache/pom.xml
index 125dbeed..fe5c98ff 100644
--- a/commons-jcs4-jcache/pom.xml
+++ b/commons-jcs4-jcache/pom.xml
@@ -121,6 +121,19 @@
       </plugin>
     </plugins>
   </build>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <legacyMode>true</legacyMode>
+          <failOnWarnings>false</failOnWarnings>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
 
   <properties>
     <commons.module.name>org.apache.commons.jcs4.jcache</commons.module.name>
diff --git a/pom.xml b/pom.xml
index 601f27d1..e943049a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,6 @@
           -->
           <inputExcludes combine.children="append">
             <inputExclude>.java-version</inputExclude>
-            <inputExclude>**/zipcodes.txt</inputExclude>
             <inputExclude>**/.gitignore</inputExclude>
             <inputExclude>**/derby.log</inputExclude>
             <inputExclude>**/META-INF/services/javax.*</inputExclude>
@@ -484,23 +483,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>javaNinePlus</id>
-      <activation>
-        <jdk>[9,)</jdk>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens 
java.base/java.util=ALL-UNNAMED</argLine>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
   <properties>
     <!-- Default configuration for compiler source and target JVM -->

Reply via email to