Skip to content

Commit bb8b1e0

Browse files
authored
Include gradle files into the source artifact for releases, exclude site2/**
### Motivation gradle files weren't included into the source artifact of the release site2/ was included. ### Changes Added gradle into the include pattern. Added site2 into the exclude patterns. Reviewers: Enrico Olivelli <eolivelli@gmail.com> This closes apache#2714 from dlg99/gradle-release
1 parent 732b6cf commit bb8b1e0

File tree

1 file changed

+2
-0
lines changed
  • bookkeeper-dist/src/assemble

1 file changed

+2
-0
lines changed

bookkeeper-dist/src/assemble/src.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<include>**/LICENSE</include>
3232
<include>**/NOTICE</include>
3333
<include>**/pom.xml</include>
34+
<include>**/*gradle*</include>
3435
<include>**/src/**</include>
3536
<include>**/conf/**</include>
3637
<include>**/bin/**</include>
@@ -59,6 +60,7 @@
5960
<exclude>dev/**</exclude>
6061
<!-- site -->
6162
<exclude>site/**</exclude>
63+
<exclude>site2/**</exclude>
6264
<!-- jenkins -->
6365
<exclude>jenkins/**</exclude>
6466
</excludes>

0 commit comments

Comments
 (0)