Derp, fix the build from failing and add a version to shade plugin.
This commit is contained in:
parent
3b77efa93f
commit
84dbfc3063
3
.gitignore
vendored
3
.gitignore
vendored
@ -41,4 +41,5 @@ target/
|
|||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
config.yml
|
config.yml
|
||||||
src/com/matejdro/
|
src/com/matejdro/
|
||||||
|
/dependency-reduced-pom.xml
|
||||||
|
1
pom.xml
1
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user