File tree 2 files changed +21
-17
lines changed
2 files changed +21
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 131
131
<goals >
132
132
<goal >bnd-process</goal >
133
133
</goals >
134
+ <configuration >
135
+ <bnd ><![CDATA[
136
+ Bundle-SymbolicName: com.google.gson
137
+ Bundle-Name: ${project.name}
138
+ Bundle-Description: ${project.description}
139
+ Bundle-Vendor: Google Gson Project
140
+ Bundle-ContactAddress: ${project.parent.url}
141
+
142
+ # Optional dependency for JDK's sun.misc.Unsafe
143
+ # https://bnd.bndtools.org/chapters/920-faq.html#remove-unwanted-imports-
144
+ Import-Package: sun.misc;resolution:=optional, *
145
+
146
+ -removeheaders: Private-Package
147
+
148
+ -exportcontents:\
149
+ com.google.gson,\
150
+ com.google.gson.annotations,\
151
+ com.google.gson.reflect,\
152
+ com.google.gson.stream
153
+ ]]> </bnd >
154
+ </configuration >
134
155
</execution >
135
156
</executions >
136
157
</plugin >
You can’t perform that action at this time.
0 commit comments