Skip to content

Commit 2777514

Browse files
ameya-pandilwarchingor13
authored andcommitted
Include Automatic-Module-Name in MANIFEST.MF (#400)
1 parent d9c660f commit 2777514

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

google-http-client-jackson/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
<configuration>
6060
<archive>
6161
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
62+
<manifestEntries>
63+
<Automatic-Module-Name>com.google.api.client.json.jackson</Automatic-Module-Name>
64+
</manifestEntries>
6265
</archive>
6366
</configuration>
6467
</plugin>

google-http-client/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@
105105
<configuration>
106106
<archive>
107107
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
108+
<manifestEntries>
109+
<Automatic-Module-Name>com.google.api.client</Automatic-Module-Name>
110+
</manifestEntries>
108111
</archive>
109112
</configuration>
110113
</plugin>

0 commit comments

Comments
 (0)