| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8540bb8 commit 134074a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -158,17 +158,35 @@ | |||
| 158 | 158 | <autoReleaseAfterClose>false</autoReleaseAfterClose> | |
| 159 | 159 | </configuration> | |
| 160 | 160 | </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> | ||
| 161 | 186 | <plugin> | |
| 162 | 187 | <groupId>org.apache.maven.plugins</groupId> | |
| 163 | 188 | <artifactId>maven-jar-plugin</artifactId> | |
| 164 | 189 | <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> | ||
| 172 | 190 | </plugin> | |
| 173 | 191 | </plugins> | |
| 174 | 192 | </build> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments