Skip to content

Commit b1e9adc

Browse files
elharochingor13
authored andcommitted
add module name to submodules (#783)
* add module name to protobuf module * more module names * more module names for xml module
1 parent f27f63c commit b1e9adc

File tree

8 files changed

+70
-380
lines changed

8 files changed

+70
-380
lines changed

google-http-client-android/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
3535
</execution>
3636
</executions>
3737
</plugin>
38+
<plugin>
39+
<artifactId>maven-jar-plugin</artifactId>
40+
<configuration>
41+
<archive>
42+
<manifestEntries>
43+
<Automatic-Module-Name>com.google.api.client.extensions.android</Automatic-Module-Name>
44+
</manifestEntries>
45+
</archive>
46+
</configuration>
47+
</plugin>
3848
</plugins>
3949
</build>
4050
<dependencies>

google-http-client-appengine/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@
5656
<ignoredUnusedDeclaredDependencies>com.google.appengine:appengine-api-stubs</ignoredUnusedDeclaredDependencies>
5757
</configuration>
5858
</plugin>
59+
<plugin>
60+
<artifactId>maven-jar-plugin</artifactId>
61+
<configuration>
62+
<archive>
63+
<manifestEntries>
64+
<Automatic-Module-Name>com.google.api.client.extensions.appengine</Automatic-Module-Name>
65+
</manifestEntries>
66+
</archive>
67+
</configuration>
68+
</plugin>
5969
</plugins>
6070
</build>
6171
<dependencies>

google-http-client-findbugs/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
<ignoredUnusedDeclaredDependencies>com.google.http-client:google-http-client</ignoredUnusedDeclaredDependencies>
4141
</configuration>
4242
</plugin>
43+
<plugin>
44+
<artifactId>maven-jar-plugin</artifactId>
45+
<configuration>
46+
<archive>
47+
<manifestEntries>
48+
<Automatic-Module-Name>com.google.api.client.findbugs</Automatic-Module-Name>
49+
</manifestEntries>
50+
</archive>
51+
</configuration>
52+
</plugin>
4353
</plugins>
4454
</build>
4555
<dependencies>

google-http-client-gson/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
</execution>
5656
</executions>
5757
</plugin>
58+
<plugin>
59+
<artifactId>maven-jar-plugin</artifactId>
60+
<configuration>
61+
<archive>
62+
<manifestEntries>
63+
<Automatic-Module-Name>com.google.api.client.json.gson</Automatic-Module-Name>
64+
</manifestEntries>
65+
</archive>
66+
</configuration>
67+
</plugin>
5868
</plugins>
5969
</build>
6070
<dependencies>

google-http-client-jackson2/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@
5555
</execution>
5656
</executions>
5757
</plugin>
58+
<plugin>
59+
<artifactId>maven-jar-plugin</artifactId>
60+
<configuration>
61+
<archive>
62+
<manifestEntries>
63+
<Automatic-Module-Name>com.google.api.client.json.jackson2</Automatic-Module-Name>
64+
</manifestEntries>
65+
</archive>
66+
</configuration>
67+
</plugin>
5868
</plugins>
5969
</build>
6070
<dependencies>

google-http-client-protobuf/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@
5757
</execution>
5858
</executions>
5959
</plugin>
60+
<plugin>
61+
<artifactId>maven-jar-plugin</artifactId>
62+
<configuration>
63+
<archive>
64+
<manifestEntries>
65+
<Automatic-Module-Name>com.google.api.client.http.protobuf</Automatic-Module-Name>
66+
</manifestEntries>
67+
</archive>
68+
</configuration>
69+
</plugin>
6070
</plugins>
6171
</build>
6272
<dependencies>

google-http-client-xml/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
</execution>
5555
</executions>
5656
</plugin>
57+
<plugin>
58+
<artifactId>maven-jar-plugin</artifactId>
59+
<configuration>
60+
<archive>
61+
<manifestEntries>
62+
<Automatic-Module-Name>com.google.api.client.http.xml</Automatic-Module-Name>
63+
</manifestEntries>
64+
</archive>
65+
</configuration>
66+
</plugin>
5767
</plugins>
5868
</build>
5969
<dependencies>

samples/dailymotion-simple-cmdline-sample/.settings/org.eclipse.jdt.core.prefs

Lines changed: 0 additions & 380 deletions
This file was deleted.

0 commit comments

Comments
 (0)