diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-02 18:34:50 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-02 18:34:50 +0200 |
| commit | a139f95bfeca603333b8c0310ae09c6805e58584 (patch) | |
| tree | e4752f6a9096a7d3e5f28f125fceacf07d6f28ba | |
| parent | 30abd8d3c2e8fd953cfb68d0817e75c06665c15e (diff) | |
Jenkins didn't like the empty build.resources.resource.directory in the
POM
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
