Skip to content

Commit

Permalink
Updated pom to add sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Aug 18, 2014
1 parent 3eccdb0 commit 41f817e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -131,6 +131,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</modules>
<properties>
<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-core</sonar.projectName>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 41f817e

Please sign in to comment.