summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-07-02 14:13:59 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-07-02 14:13:59 +0200
commitecfbae52eca918912f31199519f260c1657acd43 (patch)
tree794fa4761aa1526e9d94f500d78247f2f7f8f664 /pom.xml
parent818943e44a457f3c4f35ed54dbfd0a2ae0a7bcb2 (diff)
Move module.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3448708..384611f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-dev</artifactId>
- <version>0.2</version>
+ <version>0.3</version>
<name>Cristal Development Module</name>
<build>
<resources>
<resource>
- <directory>src/main</directory>
+ <directory>src/main/resources</directory>
<targetPath>META-INF/cristal</targetPath>
<includes>
<include>module.xml</include>
@@ -17,6 +17,9 @@
<resource>
<directory>src/main/resources</directory>
<targetPath>ac/uk/uwe/cristaldev/resources</targetPath>
+ <excludes>
+ <exclude>module.xml</exclude>
+ </excludes>
</resource>
</resources>
</build>