File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 158158 <autoReleaseAfterClose >false</autoReleaseAfterClose >
159159 </configuration >
160160 </plugin >
161+ <plugin >
162+ <groupId >org.moditect</groupId >
163+ <artifactId >moditect-maven-plugin</artifactId >
164+ <version >1.0.0.Final</version >
165+ <executions >
166+ <execution >
167+ <id >add-module-infos</id >
168+ <phase >package</phase >
169+ <goals >
170+ <goal >add-module-info</goal >
171+ </goals >
172+ <configuration >
173+ <jvmVersion >9</jvmVersion >
174+ <module >
175+ <moduleInfo >
176+ <name >org.json</name >
177+ <exports >
178+ org.json;
179+ </exports >
180+ </moduleInfo >
181+ </module >
182+ </configuration >
183+ </execution >
184+ </executions >
185+ </plugin >
161186 <plugin >
162187 <groupId >org.apache.maven.plugins</groupId >
163188 <artifactId >maven-jar-plugin</artifactId >
164189 <version >3.3.0</version >
165- <configuration >
166- <archive >
167- <manifestEntries >
168- <Automatic-Module-Name >org.json</Automatic-Module-Name >
169- </manifestEntries >
170- </archive >
171- </configuration >
172190 </plugin >
173191 </plugins >
174192 </build >
You can’t perform that action at this time.
0 commit comments