Skip to content

Commit 324090a

Browse files
authored
Merge pull request #929 from stleary/restore-moditect-pom.xml
restore-moditect-pom.xml restore plugin
2 parents 0e60592 + 41c6e9e commit 324090a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

+24
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,30 @@
193193
</execution>
194194
</executions>
195195
</plugin>
196+
<plugin>
197+
<groupId>org.moditect</groupId>
198+
<artifactId>moditect-maven-plugin</artifactId>
199+
<version>1.0.0.Final</version>
200+
<executions>
201+
<execution>
202+
<id>add-module-infos</id>
203+
<phase>package</phase>
204+
<goals>
205+
<goal>add-module-info</goal>
206+
</goals>
207+
<configuration>
208+
<jvmVersion>9</jvmVersion>
209+
<module>
210+
<moduleInfoSource>
211+
module org.json {
212+
exports org.json;
213+
}
214+
</moduleInfoSource>
215+
</module>
216+
</configuration>
217+
</execution>
218+
</executions>
219+
</plugin>
196220
<plugin>
197221
<groupId>org.apache.maven.plugins</groupId>
198222
<artifactId>maven-jar-plugin</artifactId>

0 commit comments

Comments
 (0)