File tree 5 files changed +12
-0
lines changed
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.
41
41
42
42
<properties >
43
43
<junit .version>5.8.2</junit .version>
44
+ <automatic .module.name>dev.ludovic.netlib.arpack</automatic .module.name>
44
45
</properties >
45
46
46
47
<dependencies >
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ information or have any questions.
42
42
<properties >
43
43
<jmh .version>1.35</jmh .version>
44
44
<uberjar .name>netlib-benchmarks</uberjar .name>
45
+ <automatic .module.name>dev.ludovic.netlib.benchmarks</automatic .module.name>
45
46
</properties >
46
47
47
48
<dependencies >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ information or have any questions.
41
41
42
42
<properties >
43
43
<junit .version>5.8.2</junit .version>
44
+ <automatic .module.name>dev.ludovic.netlib.blas</automatic .module.name>
44
45
</properties >
45
46
46
47
<dependencies >
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ information or have any questions.
41
41
42
42
<properties >
43
43
<junit .version>5.8.2</junit .version>
44
+ <automatic .module.name>dev.ludovic.netlib.lapack</automatic .module.name>
44
45
</properties >
45
46
46
47
<dependencies >
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ information or have any questions.
70
70
<javac .target>8</javac .target>
71
71
<jvm .modules></jvm .modules>
72
72
<argLine ></argLine >
73
+ <automatic .module.name>dev.ludovic.netlib</automatic .module.name>
73
74
</properties >
74
75
75
76
<profiles >
@@ -193,6 +194,13 @@ information or have any questions.
193
194
<plugin >
194
195
<artifactId >maven-jar-plugin</artifactId >
195
196
<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 >
196
204
</plugin >
197
205
<plugin >
198
206
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments