]> source.dussan.org Git - sonarqube.git/commitdiff
[SONAR-5235] : Remove the phase in order to have sources signed for deployment
authorEric Hartmann <hartmann.eric@gmail.com>
Wed, 2 Jul 2014 17:06:55 +0000 (19:06 +0200)
committerEric Hartmann <hartmann.eric@gmail.com>
Wed, 2 Jul 2014 17:07:00 +0000 (19:07 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1181a11af45ba91591b7cbd4bc784d23644dbf8c..20d134f919ca4a87546fbb32d373820b8e1182cb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <executions>
           <execution>
             <id>attach-sources</id>
-            <phase>verify</phase>
             <goals>
               <goal>jar-no-fork</goal>
             </goals>