Skip to content

Commit

Permalink
Added sourceEncoding and sonar properties to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jewzaam committed Jan 22, 2015
1 parent 24e3fe2 commit 12fec2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -47,6 +47,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<sourceEncoding>UTF-8</sourceEncoding>
<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>smoneky</sonar.projectName>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 12fec2f

Please sign in to comment.