Skip to content

Commit 56a39e0

Browse files
committed
---
yaml --- r: 5889 b: refs/heads/tswast-patch-1 c: f973c8e h: refs/heads/master i: 5887: be8ff24
1 parent 388feaa commit 56a39e0

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 603745d4b49958a4d4e0654a2899ee74e53e43cc
60+
refs/heads/tswast-patch-1: f973c8e6901f91bdb336625fb0b3a5fa047c5b04
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,22 @@
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>
@@ -295,6 +311,8 @@
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>

branches/tswast-patch-1/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<artifactId>maven-fluido-skin</artifactId>
2323
<version>1.3.1</version>
2424
</skin>
25+
<version/>
2526
<body>
2627
<menu ref="reports"/>
2728
</body>

0 commit comments

Comments
 (0)