Skip to content

Commit

Permalink
Added utf-8 encoding to the ClojureProjectTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thorsen authored and Eric Thorsen committed Mar 27, 2010
1 parent a6671c4 commit c996699
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/netbeans/pom.xml
Expand Up @@ -6,7 +6,11 @@
<url>http://enclojure.org/</url>
<description>Clojure Project Template.</description>
<name>Clojure Project Template</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<defaultGoal>assembly:assembly</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit c996699

Please sign in to comment.