From bc7b7c88a095f92c9ca25ce02b696702c02ba419 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 28 Nov 2016 14:04:52 -0800 Subject: [PATCH] GUACAMOLE-132: Explicitly include .gitignore in the source archive. --- project-assembly.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/project-assembly.xml b/project-assembly.xml index d7fbebb67..2b7787173 100644 --- a/project-assembly.xml +++ b/project-assembly.xml @@ -29,6 +29,8 @@ + + ${project.basedir} true @@ -37,6 +39,16 @@ **/${project.build.directory}/** + + + + ${project.basedir} + false + + .gitignore + + +