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-io.git
commit 31c72cd29af9c3f78f547268daea02766ba69cf3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 10 17:36:38 2023 -0500 Remove profile made obsolete by parent POM --- pom.xml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/pom.xml b/pom.xml index c182a320..08f43e51 100644 --- a/pom.xml +++ b/pom.xml @@ -560,44 +560,6 @@ file comparators, endian transformation classes, and much more. <maven.compiler.release>8</maven.compiler.release> </properties> </profile> - <profile> - <id>java9-moditect</id> - <activation> - <!-- - Fails on Java 11 and Windows: - Error: Failed to execute goal org.moditect:moditect-maven-plugin:1.0.0.RC2:add-module-info (add-module-infos) on project commons-io: Execution add-module-infos of goal org.moditect:moditect-maven-plugin:1.0.0.RC2:add-module-info failed: Couldn't add module-info.class to JAR: D:\a\commons-io\commons-io\target\commons-io-2.12.0-SNAPSHOT.jar: The process cannot access the file because it is being used by another process. -> [Help 1] - --> - <jdk>[9,11)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.moditect</groupId> - <artifactId>moditect-maven-plugin</artifactId> - <version>${commons.moditect.version}</version> - <executions> - <execution> - <id>add-module-infos</id> - <phase>package</phase> - <goals> - <goal>add-module-info</goal> - </goals> - <configuration> - <jvmVersion>9</jvmVersion> - <outputDirectory>${project.build.directory}</outputDirectory> - <overwriteExistingFiles>true</overwriteExistingFiles> - <module> - <moduleInfo> - <name>org.apache.commons.io</name> - </moduleInfo> - </module> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> <profile> <id>benchmark</id> <properties>