Commit e8d35a6 1 parent 961358f commit e8d35a6 Copy full SHA for e8d35a6
File tree 2 files changed +27
-0
lines changed
2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.sonatype.oss</groupId >
6
6
<artifactId >oss-parent</artifactId >
7
7
<version >7</version >
8
+ <relativePath ></relativePath >
8
9
</parent >
9
10
<groupId >com.googlecode.plist</groupId >
10
11
<artifactId >dd-plist</artifactId >
195
196
<autoReleaseAfterClose >true</autoReleaseAfterClose >
196
197
</configuration >
197
198
</plugin >
199
+ <plugin >
200
+ <groupId >org.moditect</groupId >
201
+ <artifactId >moditect-maven-plugin</artifactId >
202
+ <version >1.1.0</version >
203
+ <executions >
204
+ <execution >
205
+ <id >add-module-infos</id >
206
+ <phase >package</phase >
207
+ <goals >
208
+ <goal >add-module-info</goal >
209
+ </goals >
210
+ <configuration >
211
+ <outputDirectory >${project.build.directory} </outputDirectory >
212
+ <overwriteExistingFiles >true</overwriteExistingFiles >
213
+ <module >
214
+ <moduleInfoFile >src/main/moditect/module-info.java</moduleInfoFile >
215
+ </module >
216
+ </configuration >
217
+ </execution >
218
+ </executions >
219
+ </plugin >
198
220
</plugins >
199
221
</build >
200
222
<dependencies >
Original file line number Diff line number Diff line change
1
+ module dd .plist {
2
+ exports com .dd .plist ;
3
+
4
+ requires java .xml ;
5
+ }
You can’t perform that action at this time.
0 commit comments