From fd03bf9a41fd552e3736f1de45ff7e0434f4950c Mon Sep 17 00:00:00 2001 From: srosse <none@none> Date: Wed, 9 Jul 2014 10:08:59 +0200 Subject: [PATCH] OO-1068: workaround for maven 2.2.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc0bba29a92..863169a18d5 100644 --- a/pom.xml +++ b/pom.xml @@ -1232,7 +1232,7 @@ </excludes> </resource> <resource> - <directory></directory> + <directory>src/../</directory> <includes> <include>NOTICE.TXT</include> </includes> -- GitLab