diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-13 10:48:39 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-01-13 10:48:39 +0100 |
commit | 0078dd22d4846868b808d83a2d53dad5676268f7 (patch) | |
tree | d7a367aba816a191a85cb4dd55dfff5116a9aac1 /pom.xml | |
parent | 24948c3f7082eb56e07238b3b4fd7c9681c368a6 (diff) | |
download | sonar-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |