Skip to content

Commit 31c72cd

Browse files
committed
Remove profile made obsolete by parent POM
1 parent 2209fbb commit 31c72cd

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -560,44 +560,6 @@ file comparators, endian transformation classes, and much more.
560560
<maven.compiler.release>8</maven.compiler.release>
561561
</properties>
562562
</profile>
563-
<profile>
564-
<id>java9-moditect</id>
565-
<activation>
566-
<!--
567-
Fails on Java 11 and Windows:
568-
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]
569-
-->
570-
<jdk>[9,11)</jdk>
571-
</activation>
572-
<build>
573-
<plugins>
574-
<plugin>
575-
<groupId>org.moditect</groupId>
576-
<artifactId>moditect-maven-plugin</artifactId>
577-
<version>${commons.moditect.version}</version>
578-
<executions>
579-
<execution>
580-
<id>add-module-infos</id>
581-
<phase>package</phase>
582-
<goals>
583-
<goal>add-module-info</goal>
584-
</goals>
585-
<configuration>
586-
<jvmVersion>9</jvmVersion>
587-
<outputDirectory>${project.build.directory}</outputDirectory>
588-
<overwriteExistingFiles>true</overwriteExistingFiles>
589-
<module>
590-
<moduleInfo>
591-
<name>org.apache.commons.io</name>
592-
</moduleInfo>
593-
</module>
594-
</configuration>
595-
</execution>
596-
</executions>
597-
</plugin>
598-
</plugins>
599-
</build>
600-
</profile>
601563
<profile>
602564
<id>benchmark</id>
603565
<properties>

0 commit comments

Comments
 (0)