File tree Expand file tree Collapse file tree 8 files changed +70
-380
lines changed
google-http-client-android
google-http-client-appengine
google-http-client-findbugs
google-http-client-jackson2
google-http-client-protobuf
samples/dailymotion-simple-cmdline-sample/.settings Expand file tree Collapse file tree 8 files changed +70
-380
lines changed Original file line number Diff line number Diff line change 35
35
</execution >
36
36
</executions >
37
37
</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 >
38
48
</plugins >
39
49
</build >
40
50
<dependencies >
Original file line number Diff line number Diff line change 56
56
<ignoredUnusedDeclaredDependencies >com.google.appengine:appengine-api-stubs</ignoredUnusedDeclaredDependencies >
57
57
</configuration >
58
58
</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 >
59
69
</plugins >
60
70
</build >
61
71
<dependencies >
Original file line number Diff line number Diff line change 40
40
<ignoredUnusedDeclaredDependencies >com.google.http-client:google-http-client</ignoredUnusedDeclaredDependencies >
41
41
</configuration >
42
42
</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 >
43
53
</plugins >
44
54
</build >
45
55
<dependencies >
Original file line number Diff line number Diff line change 55
55
</execution >
56
56
</executions >
57
57
</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 >
58
68
</plugins >
59
69
</build >
60
70
<dependencies >
Original file line number Diff line number Diff line change 55
55
</execution >
56
56
</executions >
57
57
</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 >
58
68
</plugins >
59
69
</build >
60
70
<dependencies >
Original file line number Diff line number Diff line change 57
57
</execution >
58
58
</executions >
59
59
</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 >
60
70
</plugins >
61
71
</build >
62
72
<dependencies >
Original file line number Diff line number Diff line change 54
54
</execution >
55
55
</executions >
56
56
</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 >
57
67
</plugins >
58
68
</build >
59
69
<dependencies >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments