summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-02 18:34:50 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-02 18:34:50 +0200
commita139f95bfeca603333b8c0310ae09c6805e58584 (patch)
treee4752f6a9096a7d3e5f28f125fceacf07d6f28ba /pom.xml
parent30abd8d3c2e8fd953cfb68d0817e75c06665c15e (diff)
Jenkins didn't like the empty build.resources.resource.directory in the
POM
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0dcd945..46f8606 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,12 +175,12 @@
<filtering>true</filtering>
</resource>
<resource>
- <directory></directory>
+ <directory>.</directory>
<includes>
<include>changelog</include>
<include>LICENSE</include>
</includes>
- <targetPath></targetPath>
+ <targetPath>.</targetPath>
<filtering>false</filtering>
</resource>
</resources>