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-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 3188a279 The Moditect plugin is now invoked through the parent POM 3188a279 is described below commit 3188a2794c98377f7ca4c1977627c39c1b8cae12 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 15 09:15:30 2024 -0400 The Moditect plugin is now invoked through the parent POM --- pom.xml | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/pom.xml b/pom.xml index c4c42115..7cfeba6f 100644 --- a/pom.xml +++ b/pom.xml @@ -527,48 +527,4 @@ </contributor> </contributors> - <profiles> - <profile> - <id>java-module</id> - <activation> - <jdk>[9,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.moditect</groupId> - <artifactId>moditect-maven-plugin</artifactId> - <version>1.1.0</version> - <executions> - <execution> - <id>add-module-infos</id> - <phase>package</phase> - <goals> - <goal>add-module-info</goal> - </goals> - <configuration> - <jvmVersion>9</jvmVersion> - <overwriteExistingFiles>true</overwriteExistingFiles> - <module> - <moduleInfo> - <name>${commons.module.name}</name> - <exports> - !org.apache.commons.jexl3.parser; - !org.apache.commons.jexl3.internal*; - *; - </exports> - <addServiceUses>true</addServiceUses> - </moduleInfo> - </module> - <jdepsExtraArgs> - <arg>--multi-release=9</arg> - </jdepsExtraArgs> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project>