]> source.dussan.org Git - sonarqube.git/commitdiff
Do not deploy sonar-plugin-api-deps in central
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Feb 2016 11:44:00 +0000 (12:44 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Feb 2016 11:44:00 +0000 (12:44 +0100)
It is shaded in sonar-core

sonar-plugin-api-deps/pom.xml

index fc86728ee259c52a3ef3424af7a1e6e89b06c462..0a8183571de9def574d4602c3c86c4ffca926d4d 100644 (file)
   <name>SonarQube :: Plugin API Dependencies</name>
   <description>Deprecated transitive dependencies of sonar-plugin-api</description>
 
+  <properties>
+    <maven.deploy.skip>true</maven.deploy.skip>
+  </properties>
+  
   <dependencies>
 
     <!--