Skip to content

Commit f346203

Browse files
authoredOct 13, 2023
Merge pull request #793 from stleary/revert-761
Reverting #761
2 parents cca6d10 + b180dbe commit f346203

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed
 

‎pom.xml

+7-25
Original file line numberDiff line numberDiff line change
@@ -159,35 +159,17 @@
159159
<autoReleaseAfterClose>false</autoReleaseAfterClose>
160160
</configuration>
161161
</plugin>
162-
<plugin>
163-
<groupId>org.moditect</groupId>
164-
<artifactId>moditect-maven-plugin</artifactId>
165-
<version>1.0.0.Final</version>
166-
<executions>
167-
<execution>
168-
<id>add-module-infos</id>
169-
<phase>package</phase>
170-
<goals>
171-
<goal>add-module-info</goal>
172-
</goals>
173-
<configuration>
174-
<jvmVersion>9</jvmVersion>
175-
<module>
176-
<moduleInfo>
177-
<name>org.json</name>
178-
<exports>
179-
org.json;
180-
</exports>
181-
</moduleInfo>
182-
</module>
183-
</configuration>
184-
</execution>
185-
</executions>
186-
</plugin>
187162
<plugin>
188163
<groupId>org.apache.maven.plugins</groupId>
189164
<artifactId>maven-jar-plugin</artifactId>
190165
<version>3.3.0</version>
166+
<configuration>
167+
<archive>
168+
<manifestEntries>
169+
<Automatic-Module-Name>org.json</Automatic-Module-Name>
170+
</manifestEntries>
171+
</archive>
172+
</configuration>
191173
</plugin>
192174
</plugins>
193175
</build>

0 commit comments

Comments
 (0)
Please sign in to comment.