<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>5.3</version>
<scope>provided</scope>
</dependency>
It fails, with
[ERROR] Failed to execute goal org.codehaus.sonar:sonar-packaging-maven-plugin:1.13:check-dependencies (default-check-dependencies) on project sonar-plugin: org.codehaus.sonar:sonar-plugin-api should be declared in dependencies -> [Help 1]
When will the sonar-packaging-maven-plugin be updated ?
[ERROR] Failed to execute goal org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin:1.15:check (default-check) on project sonar-plugin: Unsupported dependencies -> [Help 1]
Above that I can see
[INFO] --- sonar-packaging-maven-plugin:1.15:check (default-check) @ sonar-hipchat-plugin ---
[ERROR] This dependency must be declared with scope <provided>: commons-logging:commons-logging:jar
<dependencies>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>5.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
How can I define commons-logging as provided ?
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/abd2816a-592d-4dff-8e10-6f67d06bfde4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Failed to execute goal org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin:1.17:check (default-check) on project com.soprahr.sonarQube.test: The parameters 'pluginDescription' for goal org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin:1.17:check are missing or invalid -> [Help 1 ]