summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index fd32eb9..97a4654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cristal</groupId>
<artifactId>cristal-gui</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2-SNAPSHOT</version>
<name>cristal-gui</name>
<description>CRISTAL Kernel GUI</description>
<dependencies>
@@ -17,14 +17,14 @@
<dependency>
<groupId>cristal</groupId>
<artifactId>cristal-kernel</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
- <resources>
- <resource>
- <directory>src/main</directory>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
<targetPath>META-INF/cristal</targetPath>
<includes>
<include>module.xml</include>
@@ -33,6 +33,9 @@
<resource>
<directory>src/main/resources</directory>
<targetPath>com/c2kernel/gui/resources</targetPath>
+ <excludes>
+ <exclude>module.xml</exclude>
+ </excludes>
</resource>
</resources>
<plugins>