Derp, fix the build from failing and add a version to shade plugin.

This commit is contained in:
graywolf336 2013-12-18 13:31:23 -06:00
parent 3b77efa93f
commit 84dbfc3063
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@ -41,4 +41,5 @@ target/
.classpath
.project
config.yml
src/com/matejdro/
src/com/matejdro/
/dependency-reduced-pom.xml

View File

@ -156,6 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<phase>package</phase>