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

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ target/
.project .project
config.yml config.yml
src/com/matejdro/ src/com/matejdro/
/dependency-reduced-pom.xml

View File

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