File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
google-http-client-jackson Expand file tree Collapse file tree 2 files changed +44
-0
lines changed 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
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
62
+ </archive >
63
+ </configuration >
64
+ </plugin >
65
+ <plugin >
66
+ <groupId >org.apache.felix</groupId >
67
+ <artifactId >maven-bundle-plugin</artifactId >
68
+ <version >2.5.4</version >
69
+ <executions >
70
+ <execution >
71
+ <id >bundle-manifest</id >
72
+ <phase >process-classes</phase >
73
+ <goals >
74
+ <goal >manifest</goal >
75
+ </goals >
76
+ </execution >
77
+ </executions >
78
+ </plugin >
57
79
</plugins >
58
80
</build >
59
81
<dependencies >
Original file line number Diff line number Diff line change 100
100
</execution >
101
101
</executions >
102
102
</plugin >
103
+ <plugin >
104
+ <artifactId >maven-jar-plugin</artifactId >
105
+ <configuration >
106
+ <archive >
107
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
108
+ </archive >
109
+ </configuration >
110
+ </plugin >
111
+ <plugin >
112
+ <groupId >org.apache.felix</groupId >
113
+ <artifactId >maven-bundle-plugin</artifactId >
114
+ <version >2.5.4</version >
115
+ <executions >
116
+ <execution >
117
+ <id >bundle-manifest</id >
118
+ <phase >process-classes</phase >
119
+ <goals >
120
+ <goal >manifest</goal >
121
+ </goals >
122
+ </execution >
123
+ </executions >
124
+ </plugin >
103
125
</plugins >
104
126
</build >
105
127
<dependencies >
You can’t perform that action at this time.
0 commit comments