Skip to content

Commit

Permalink
Add source encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jun 1, 2016
1 parent 563c137 commit 839564a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<description>Alternative KeyManager which selects the client private key for client authentication based on specified key alias or selects the first key in the keystore. It doesn't select the client key based on the supported CAs.</description>
<url>http://scholzj.github.io/AliasKeyManager/</url>

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

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down

0 comments on commit 839564a

Please sign in to comment.