We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e60592 + 41c6e9e commit 324090aCopy full SHA for 324090a
pom.xml
@@ -193,6 +193,30 @@
193
</execution>
194
</executions>
195
</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>
220
<plugin>
221
<groupId>org.apache.maven.plugins</groupId>
222
<artifactId>maven-jar-plugin</artifactId>
0 commit comments