Skip to content

Commit

Permalink
Merge pull request #931 from stleary/remove-duplicate-moditect
Browse files Browse the repository at this point in the history
remove-duplicate-moditect: from pom.xml
  • Loading branch information
stleary authored Jan 15, 2025
2 parents 8c427d9 + 2e15373 commit dde9d7e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,30 +193,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.Final</version>
<executions>
<execution>
<id>add-module-infos</id>
<phase>package</phase>
<goals>
<goal>add-module-info</goal>
</goals>
<configuration>
<jvmVersion>9</jvmVersion>
<module>
<moduleInfoSource>
module org.json {
exports org.json;
}
</moduleInfoSource>
</module>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit dde9d7e

Please sign in to comment.