File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ information or have any questions.
4141
4242 <properties >
4343 <junit .version>5.8.2</junit .version>
44+ <automatic .module.name>dev.ludovic.netlib.arpack</automatic .module.name>
4445 </properties >
4546
4647 <dependencies >
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ information or have any questions.
4242 <properties >
4343 <jmh .version>1.35</jmh .version>
4444 <uberjar .name>netlib-benchmarks</uberjar .name>
45+ <automatic .module.name>dev.ludovic.netlib.benchmarks</automatic .module.name>
4546 </properties >
4647
4748 <dependencies >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ information or have any questions.
4141
4242 <properties >
4343 <junit .version>5.8.2</junit .version>
44+ <automatic .module.name>dev.ludovic.netlib.blas</automatic .module.name>
4445 </properties >
4546
4647 <dependencies >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ information or have any questions.
4141
4242 <properties >
4343 <junit .version>5.8.2</junit .version>
44+ <automatic .module.name>dev.ludovic.netlib.lapack</automatic .module.name>
4445 </properties >
4546
4647 <dependencies >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ information or have any questions.
7070 <javac .target>8</javac .target>
7171 <jvm .modules></jvm .modules>
7272 <argLine ></argLine >
73+ <automatic .module.name>dev.ludovic.netlib</automatic .module.name>
7374 </properties >
7475
7576 <profiles >
@@ -193,6 +194,13 @@ information or have any questions.
193194 <plugin >
194195 <artifactId >maven-jar-plugin</artifactId >
195196 <version >2.4</version >
197+ <configuration >
198+ <archive >
199+ <manifestEntries >
200+ <Automatic-Module-Name >${automatic.module.name} </Automatic-Module-Name >
201+ </manifestEntries >
202+ </archive >
203+ </configuration >
196204 </plugin >
197205 <plugin >
198206 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments