This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 41894168 Add missing commons.module.name for JPMS
41894168 is described below
commit 418941682b7503e2cd2de8704781a702e7f772a7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 15 09:43:15 2024 -0400
Add missing commons.module.name for JPMS
---
.github/workflows/maven.yml | 4 +---
pom.xml | 1 +
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0d755e54..4c433e46 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,8 +55,6 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
-# https://github.com/moditect/moditect/issues/248
-# run: mvn --show-version --batch-mode --no-transfer-progress -e
- run: mvn --show-version --batch-mode --no-transfer-progress -e
-Dmoditect.skip
+ run: mvn --show-version --batch-mode --no-transfer-progress -e
# For Java 11, you can be more strict:
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist
diff --git a/pom.xml b/pom.xml
index f2bde634..e5efc4e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
+ <commons.module.name>org.apache.commons.beanutils</commons.module.name>
<commons.componentid>beanutils</commons.componentid>
<commons.release.version>1.9.5</commons.release.version>
<commons.jira.id>BEANUTILS</commons.jira.id>