Skip to content

Commit

Permalink
Fixed maven building
Browse files Browse the repository at this point in the history
  • Loading branch information
indvd00m committed Feb 2, 2014
1 parent 0731993 commit 0a3c405
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Expand Up @@ -17,6 +17,15 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down Expand Up @@ -49,4 +58,4 @@
</build>


</project>
</project>

0 comments on commit 0a3c405

Please sign in to comment.