]> source.dussan.org Git - sonarqube.git/commitdiff
Merge release 2.7
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 31 Mar 2011 18:15:28 +0000 (20:15 +0200)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 31 Mar 2011 18:15:28 +0000 (20:15 +0200)
1  2 
pom.xml

diff --cc pom.xml
index ff6574b163f396c62c773bbdd164c0c9db8feba6,37ad60c10e66c3d310252d7075c18d33068a2230..64b1db00539d9a8ae942bbb7aad843ca754f2fd1
+++ b/pom.xml
                </rules>
              </configuration>
            </execution>
 -                <execution>
++          <execution>
+             <id>enforce-dependency-versions</id>
+             <goals>
+               <goal>enforce</goal>
+             </goals>
+             <configuration>
+               <rules>
+                 <requireReleaseDeps>
+                   <message>No SNAPSHOT versions allowed for dependencies</message>
+                   <onlyWhenRelease>true</onlyWhenRelease>
+                 </requireReleaseDeps>
+               </rules>
+             </configuration>
+           </execution>
            <execution>
              <id>enforce-java-version</id>
              <goals>