mirror of
https://github.com/shansen/EggCatcher.git
synced 2025-02-02 12:11:19 +01:00
Fixed maven warnings.
This commit is contained in:
parent
54da34e39a
commit
cbf7880175
2
pom.xml
2
pom.xml
@ -14,6 +14,7 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
@ -22,6 +23,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
<artifactSet>
|
||||
|
Loading…
Reference in New Issue
Block a user