Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
szmslab committed Jul 16, 2014
1 parent 0bc178d commit 3c334f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<name>charsets-cp932</name>
<description>extended charset 'CP932'</description>
<url>http://maven.apache.org</url>
<url>https://github.com/szmslab/charsets-cp932</url>

<licenses>
<license>
Expand All @@ -22,6 +22,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>maven.szmslab.com</id>
<name>Maven Temporary Repository</name>
<url>file://${env.HOME}/.mvn-temp-repository</url>
</repository>
</distributionManagement>

<build>
<plugins>
<!-- maven-compiler-plugin -->
Expand Down

0 comments on commit 3c334f7

Please sign in to comment.