diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-02-09 09:33:58 +0000 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-02-09 09:33:58 +0000 |
commit | 3ef2a7311179e438b31215a8e50494f3b0bff2b4 (patch) | |
tree | 786aa357c2d5d45f837b13536bada3c797513314 /pom.xml | |
parent | f40afd46a1d770f7bb734a1c38c0ae48e0af4b66 (diff) | |
download | sonar-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |