Skip to content

Commit

Permalink
TRUNK-4415 Added console summary
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 11, 2014
1 parent f581267 commit fe6f121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,8 @@
</dependencies>
</profile>
</profiles>

<properties>
<sonar.exclusions>src/main/java/org/openmrs/arden/**/*</sonar.exclusions>
</properties>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,8 @@
<customArgLineForTesting />

<sonar.host.url>https://ci.openmrs.org/sonar</sonar.host.url>
<sonar.exclusions>src/main/java/org/openmrs/arden/**/*</sonar.exclusions>
<sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
<sonar.issuesReport.console.enable>true</sonar.issuesReport.console.enable>
<sonar.analysis.mode>incremental</sonar.analysis.mode>
</properties>
</project>

0 comments on commit fe6f121

Please sign in to comment.