diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-02 14:13:59 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-02 14:13:59 +0200 |
| commit | ecfbae52eca918912f31199519f260c1657acd43 (patch) | |
| tree | 794fa4761aa1526e9d94f500d78247f2f7f8f664 /pom.xml | |
| parent | 818943e44a457f3c4f35ed54dbfd0a2ae0a7bcb2 (diff) | |
Move module.xml
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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>
|
