File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: 603745d4b49958a4d4e0654a2899ee74e53e43cc
60+ refs/heads/tswast-patch-1: f973c8e6901f91bdb336625fb0b3a5fa047c5b04
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change 172172 <plugin >
173173 <artifactId >maven-jar-plugin</artifactId >
174174 <version >2.5</version >
175+ <configuration >
176+ <archive >
177+ <addMavenDescriptor >true</addMavenDescriptor >
178+ <index >true</index >
179+ <manifest >
180+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
181+ <addDefaultSpecificationEntries >true</addDefaultSpecificationEntries >
182+ </manifest >
183+ <manifestEntries >
184+ <artifactId >${project.artifactId}</artifactId >
185+ <groupId >${project.groupId} </groupId >
186+ <version >${project.version} </version >
187+ <buildNumber >${buildNumber} </buildNumber >
188+ </manifestEntries >
189+ </archive >
190+ </configuration >
175191 </plugin >
176192 <plugin >
177193 <artifactId >maven-compiler-plugin</artifactId >
295311 <report >issue-tracking</report >
296312 <report >license</report >
297313 <report >scm</report >
314+ <report >distribution-management</report >
315+ <report >summary</report >
298316 </reports >
299317 </reportSet >
300318 </reportSets >
Original file line number Diff line number Diff line change 2222 <artifactId >maven-fluido-skin</artifactId >
2323 <version >1.3.1</version >
2424 </skin >
25+ <version />
2526 <body >
2627 <menu ref =" reports" />
2728 </body >
You can’t perform that action at this time.
0 commit comments