Skip to content

Commit 4ce9adb

Browse files
committed
configure automatic module name
1 parent cafede1 commit 4ce9adb

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pom.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.pivovarit</groupId>
1111
<artifactId>throwing-function</artifactId>
12-
<version>1.5.1</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313

1414
<name>throwing-function</name>
1515
<packaging>jar</packaging>
@@ -23,14 +23,14 @@
2323
<email>[email protected]</email>
2424
<url>4comprehension.com</url>
2525
<organization>4comprehension</organization>
26-
<id>gpiwowarek</id>
26+
<id>pivovarit</id>
2727
</developer>
2828
</developers>
2929

3030
<licenses>
3131
<license>
3232
<name>The Apache License, Version 2.0</name>
33-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
33+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3434
</license>
3535
</licenses>
3636

@@ -62,6 +62,20 @@
6262
<target>1.8</target>
6363
</configuration>
6464
</plugin>
65+
66+
<plugin>
67+
<groupId>org.apache.maven.plugins</groupId>
68+
<artifactId>maven-jar-plugin</artifactId>
69+
<version>3.1.0</version>
70+
<configuration>
71+
<archive>
72+
<manifestEntries>
73+
<Automatic-Module-Name>com.pivovarit.function</Automatic-Module-Name>
74+
</manifestEntries>
75+
</archive>
76+
</configuration>
77+
</plugin>
78+
6579
<plugin>
6680
<groupId>org.apache.maven.plugins</groupId>
6781
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)