Skip to content

Commit

Permalink
Merge pull request #793 from stleary/revert-761
Browse files Browse the repository at this point in the history
Reverting #761
  • Loading branch information
stleary committed Oct 13, 2023
2 parents cca6d10 + b180dbe commit f346203
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions pom.xml
Expand Up @@ -159,35 +159,17 @@
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</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>
<moduleInfo>
<name>org.json</name>
<exports>
org.json;
</exports>
</moduleInfo>
</module>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>org.json</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit f346203

Please sign in to comment.