Merge pull request #334 from liquidm/fix_shading

bump the maven shader plugin and config
This commit is contained in:
fjy 2013-12-18 08:53:39 -08:00
commit ad9ce4d8cf
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.6</version>
<version>2.2</version>
<executions>
<execution>
<phase>package</phase>
@ -89,6 +89,9 @@
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
</executions>