summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-07-25 16:26:49 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-07-25 16:26:49 +0200
commitd3b099dfc79602b9cfda125aaad39e6e6ae1b921 (patch)
treeb5388917539fa85dc84bc70cfb8487fe46161225 /pom.xml
parent63ab46b929f77345fc4b58a95bde3f4a1bf55a7e (diff)
Use Maven resource filtering for version string
Cleanup warnings Rename demo instance to 'local' as cristal-dev now defines a server
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 efc5aac..04f543d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,7 @@
<resource>
<directory>src/main/resources</directory>
<targetPath>com/c2kernel/utils/resources</targetPath>
+ <filtering>true</filtering>
</resource>
</resources>
<pluginManagement>