This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 60e7ff4  [CALCITE-2925] - Exclude maven-wrapper.jar from source 
distribution
60e7ff4 is described below

commit 60e7ff4fc0bee524eadafc8e74d7b0d51e8f8b81
Author: Kevin Risden <[email protected]>
AuthorDate: Fri Mar 15 09:16:53 2019 -0400

    [CALCITE-2925] - Exclude maven-wrapper.jar from source distribution
    
    Signed-off-by: Kevin Risden <[email protected]>
---
 src/main/config/assemblies/source-assembly.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/config/assemblies/source-assembly.xml 
b/src/main/config/assemblies/source-assembly.xml
index bb6edfd..faa7a71 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -66,6 +66,8 @@ limitations under the License.
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.wtpmodules(/.*)?]
         </exclude>
 
+        <!-- Maven Wrapper -->
+        <exclude>**/maven-wrapper.jar</exclude>
 
         <!-- scm -->
         
<exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?\.gitignore(/.*)?]

Reply via email to