Skip to content

Commit

Permalink
Update Sonar project name
Browse files Browse the repository at this point in the history
  • Loading branch information
derek63 committed Sep 26, 2017
1 parent 36fc127 commit f664389
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@
<module>lightblue-migration-monitor</module>
</modules>
<properties>
<sonar.projectName>lightblue-platform: ${project.artifactId}</sonar.projectName>
<sonar.exclusions>**/*Test.java,**/*Exception.java</sonar.exclusions>
<sonar.jdbc.url>jdbc:mysql://127.0.0.1:3306/sonar?useUnicode=true&amp;characterEncoding=utf8&amp;rewriteBatchedStatements=true</sonar.jdbc.url>
<sonar.jdbc.username>sonar</sonar.jdbc.username>
<sonar.jdbc.password>sonar</sonar.jdbc.password>
<sonar.host.url>http://127.0.0.1:8080</sonar.host.url>
<sonar.projectName>lightblue-migrator</sonar.projectName>

<lightblue.client.version>5.13.0-SNAPSHOT</lightblue.client.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit f664389

Please sign in to comment.