Skip to content

Commit 33f2208

Browse files
committed
Set an automatic module name
1 parent 9fff7ca commit 33f2208

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,13 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-jar-plugin</artifactId>
158-
<version>3.0.2</version>
158+
<version>3.2.0</version>
159159
<configuration>
160+
<archive>
161+
<manifestEntries>
162+
<Automatic-Module-Name>com.eatthepath.otp</Automatic-Module-Name>
163+
</manifestEntries>
164+
</archive>
160165
<excludes>
161166
<exclude>**/.gitignore</exclude>
162167
</excludes>

0 commit comments

Comments
 (0)