aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-02-09 09:33:58 +0000
committerSimon Brandhof <simon.brandhof@gmail.com>2011-02-09 09:33:58 +0000
commit3ef2a7311179e438b31215a8e50494f3b0bff2b4 (patch)
tree786aa357c2d5d45f837b13536bada3c797513314 /pom.xml
parentf40afd46a1d770f7bb734a1c38c0ae48e0af4b66 (diff)
downloadsonar-scanner-cli-3ef2a7311179e438b31215a8e50494f3b0bff2b4.tar.gz
sonar-scanner-cli-3ef2a7311179e438b31215a8e50494f3b0bff2b4.zip
Sonar runner: move assembly sources in src/main/assembly
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6967359..bc2f33a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
- <descriptor>${basedir}/src/main/assembly/assembly.xml</descriptor>
+ <descriptor>${basedir}/assembly.xml</descriptor>
</descriptors>
</configuration>
</execution>