This is an automated email from the ASF dual-hosted git repository.
adriancole pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 57db488 Removes Jenkinsfile from the source distribution (#40)
57db488 is described below
commit 57db48857f686da873e30738297e172bda9e5273
Author: Adrian Cole <[email protected]>
AuthorDate: Tue Feb 19 20:14:37 2019 +0800
Removes Jenkinsfile from the source distribution (#40)
---
src/main/assemblies/source-release.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/assemblies/source-release.xml
b/src/main/assemblies/source-release.xml
index 5db225c..e2a0f56 100644
--- a/src/main/assemblies/source-release.xml
+++ b/src/main/assemblies/source-release.xml
@@ -33,6 +33,9 @@
<outputDirectory></outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
+ <!-- PATCH: Jenkinsfile -->
+ <exclude>Jenkinsfile</exclude>
+
<!-- PATCH: Maven wrapper -->
<exclude>.mvn/**</exclude>
<exclude>mvnw</exclude>