File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 182
182
</execution >
183
183
</executions >
184
184
</plugin >
185
+ <plugin >
186
+ <groupId >org.moditect</groupId >
187
+ <artifactId >moditect-maven-plugin</artifactId >
188
+ <version >1.0.0.Final</version >
189
+ <executions >
190
+ <execution >
191
+ <id >add-module-infos</id >
192
+ <phase >package</phase >
193
+ <goals >
194
+ <goal >add-module-info</goal >
195
+ </goals >
196
+ <configuration >
197
+ <jvmVersion >9</jvmVersion >
198
+ <module >
199
+ <moduleInfo >
200
+ <name >org.fusesource.jansi</name >
201
+ <exports >
202
+ org.fusesource.jansi;
203
+ org.fusesource.jansi.io;
204
+ </exports >
205
+ </moduleInfo >
206
+ </module >
207
+ </configuration >
208
+ </execution >
209
+ </executions >
210
+ </plugin >
211
+
185
212
<plugin >
186
213
<groupId >org.codehaus.mojo</groupId >
187
214
<artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments