Skip to content

Commit

Permalink
fix: Automatic-Module-Name to manifest (googleapis#324)
Browse files Browse the repository at this point in the history
added changes
  • Loading branch information
man0s committed Aug 9, 2019
1 parent a785773 commit 181e12a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion appengine/pom.xml
Expand Up @@ -41,7 +41,7 @@
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth</Automatic-Module-Name>
<Automatic-Module-Name>com.google.auth.appengine</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down
11 changes: 0 additions & 11 deletions bom/pom.xml
Expand Up @@ -96,17 +96,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion oauth2_http/pom.xml
Expand Up @@ -53,7 +53,7 @@
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.google.auth</Automatic-Module-Name>
<Automatic-Module-Name>com.google.auth.oauth2</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 181e12a

Please sign in to comment.