Skip to content

Commit

Permalink
Fix exclusion of api
Browse files Browse the repository at this point in the history
  • Loading branch information
nbihan-mediware committed Oct 8, 2018
1 parent 45c04c0 commit 9d9854e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@

<name>SonarQube Coldfusion Analyzer</name>
<description>Enables scanning of ColdFusion source files</description>
<url>https://github.com/nbihan-mediware/sonar-coldfusion</url>
<url>https://github.com/stepstone-tech/sonar-coldfusion</url>

<organization>
<name>StepStone GmbH</name>
<url>http://www.stepstone.com/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down Expand Up @@ -47,7 +51,7 @@
<exclusions>
<exclusion>
<artifactId>sonar-plugin-api</artifactId>
<groupId>org.sonarsource.sonarqub</groupId>
<groupId>org.sonarsource.sonarqube</groupId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 9d9854e

Please sign in to comment.