summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
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>