Skip to content

Commit

Permalink
Added no deploy of bin to true
Browse files Browse the repository at this point in the history
Set the default project encoding to UTF-8
  • Loading branch information
dgautier committed Jan 29, 2015
1 parent 4f90904 commit 02d3e36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<pushHotfixes>true</pushHotfixes>
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowSnapshots>true</allowSnapshots>
<noDeploy>true</noDeploy>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -86,4 +87,9 @@
</dependency>

</dependencies>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>

0 comments on commit 02d3e36

Please sign in to comment.