Skip to content

Commit 9333c77

Browse files
committed
Add Automatic-Module-Name to manifest.
1 parent 322e414 commit 9333c77

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,18 @@
249249
</dependency>
250250
</dependencies>
251251
</plugin>
252+
<plugin>
253+
<groupId>org.apache.maven.plugins</groupId>
254+
<artifactId>maven-jar-plugin</artifactId>
255+
<version>3.2.0</version>
256+
<configuration>
257+
<archive>
258+
<manifestEntries>
259+
<Automatic-Module-Name>org.zendesk.client.v2</Automatic-Module-Name>
260+
</manifestEntries>
261+
</archive>
262+
</configuration>
263+
</plugin>
252264
</plugins>
253265
</build>
254266

0 commit comments

Comments
 (0)