aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-01-13 10:48:39 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-01-13 10:48:39 +0100
commit0078dd22d4846868b808d83a2d53dad5676268f7 (patch)
treed7a367aba816a191a85cb4dd55dfff5116a9aac1 /pom.xml
parent24948c3f7082eb56e07238b3b4fd7c9681c368a6 (diff)
downloadsonar-scanner-cli-0078dd22d4846868b808d83a2d53dad5676268f7.tar.gz
sonar-scanner-cli-0078dd22d4846868b808d83a2d53dad5676268f7.zip
SQSCANNER-10 Display correct version in logs and update labels
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3c80dd2..9b7c41c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,12 @@
</dependencies>
<build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>