From 9643d2a5f43825520c7d473b0ce1cefd3d1559f1 Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Mon, 24 Mar 2014 12:21:35 +0100 Subject: [PATCH] OO-1005: remove graffle documents from the final output jar and war --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 0b35fca299b..1869ca1443d 100644 --- a/pom.xml +++ b/pom.xml @@ -1186,6 +1186,7 @@ <exclude>**/*.odg</exclude> <exclude>**/*.odt</exclude> <exclude>**/*.pdf</exclude> + <exclude>**/*.graffle</exclude> </excludes> </resource> <resource> -- GitLab