FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "Reverting #761" · michael-ameri/JSON-java@134074a · GitHub

Commit 134074a

Browse files
John J. Aylward
committed
Revert "Reverting stleary#761"
This reverts commit b180dbe.
1 parent 8540bb8 commit 134074a

1 file changed

Lines changed: 25 additions & 7 deletions

File tree

‎pom.xml‎

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,35 @@
158158
<autoReleaseAfterClose>false</autoReleaseAfterClose>
159159
</configuration>
160160
</plugin>
161+
<plugin>
162+
<groupId>org.moditect</groupId>
163+
<artifactId>moditect-maven-plugin</artifactId>
164+
<version>1.0.0.Final</version>
165+
<executions>
166+
<execution>
167+
<id>add-module-infos</id>
168+
<phase>package</phase>
169+
<goals>
170+
<goal>add-module-info</goal>
171+
</goals>
172+
<configuration>
173+
<jvmVersion>9</jvmVersion>
174+
<module>
175+
<moduleInfo>
176+
<name>org.json</name>
177+
<exports>
178+
org.json;
179+
</exports>
180+
</moduleInfo>
181+
</module>
182+
</configuration>
183+
</execution>
184+
</executions>
185+
</plugin>
161186
<plugin>
162187
<groupId>org.apache.maven.plugins</groupId>
163188
<artifactId>maven-jar-plugin</artifactId>
164189
<version>3.3.0</version>
165-
<configuration>
166-
<archive>
167-
<manifestEntries>
168-
<Automatic-Module-Name>org.json</Automatic-Module-Name>
169-
</manifestEntries>
170-
</archive>
171-
</configuration>
172190
</plugin>
173191
</plugins>
174192
</build>

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL