Ignore *.xcf files when packaging
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 15 Nov 2017 11:52:36 +0000 (12:52 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 15 Nov 2017 11:52:36 +0000 (12:52 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1d593c096afe4f375622057fb309dd3e543ee552..0582f8c94c3b57cecfb84cfacb6fb046168b73dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@ limitations under the License.
                                        <exclude>build.properties</exclude>
                                        <exclude>*.bnd</exclude>
                                        <exclude>*.target</exclude>
+                                       <exclude>**/*.xcf</exclude>
                                </excludes>
                        </resource>
                </resources>