Skip to content

Commit

Permalink
Removes Jenkinsfile from the source distribution (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole authored Feb 19, 2019
1 parent e1ab726 commit 57db488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/assemblies/source-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<outputDirectory></outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<!-- PATCH: Jenkinsfile -->
<exclude>Jenkinsfile</exclude>

<!-- PATCH: Maven wrapper -->
<exclude>.mvn/**</exclude>
<exclude>mvnw</exclude>
Expand Down

0 comments on commit 57db488

Please sign in to comment.