summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-15 15:28:19 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-15 15:28:19 +0200
commit22f6d022a0e7c8badfd9f71295951ed340e812e0 (patch)
tree53e50dee0707da63597fc960736e7fcc77feb177 /pom.xml
parent388a76a73c8a8131c7af8df2ba03cf16511c8ea5 (diff)
Module file should be in META-INF in the jar
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a12775a..3448708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,7 @@
<resources>
<resource>
<directory>src/main</directory>
+ <targetPath>META-INF/cristal</targetPath>
<includes>
<include>module.xml</include>
</includes>