Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit fc17d6d

Browse files
add automatic module name
1 parent 214a00b commit fc17d6d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,16 @@
124124
<release>11</release>
125125
</configuration>
126126
</plugin>
127+
<plugin>
128+
<artifactId>maven-jar-plugin</artifactId>
129+
<configuration>
130+
<archive>
131+
<manifestEntries>
132+
<Automatic-Module-Name>org.cryptomator.cloudaccess</Automatic-Module-Name>
133+
</manifestEntries>
134+
</archive>
135+
</configuration>
136+
</plugin>
127137
<plugin>
128138
<artifactId>maven-source-plugin</artifactId>
129139
<version>3.2.0</version>

0 commit comments

Comments
 (0)