aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-01-04 09:27:33 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2013-01-04 09:27:33 +0100
commit8e723a225bf6a12fdc9ba62c51379b8a97592c81 (patch)
treea3bcddba86746c6fd96eb6bbdb13ba9e3dfbdd79 /pom.xml
parent2d09cba4cac8802e4858144ca63c79039cd07cff (diff)
downloadsonar-scanner-cli-8e723a225bf6a12fdc9ba62c51379b8a97592c81.tar.gz
sonar-scanner-cli-8e723a225bf6a12fdc9ba62c51379b8a97592c81.zip
Preserve version in library filename.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6c5bf9b..91079d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,17 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<!-- SONARPLUGINS-2573 -->
<version>2.4</version>
@@ -121,6 +132,7 @@
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
+ <escapeString>\</escapeString>
<descriptors>
<descriptor>${basedir}/assembly.xml</descriptor>
</descriptors>