Skip to content

Commit 41c6e9e

Browse files
Sean LearySean Leary
authored andcommitted
restore-moditect-pom.xml restore plugin
1 parent 0e60592 commit 41c6e9e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
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)