[build] Update to maven-shade-plugin 2.4.1

```xml
<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-shade-plugin</artifactId>
 <version>2.4.1</version>
</plugin>
```

Release Notes - Maven Shade Plugin - Version 2.4.1
-----------------

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&version=12332978

Bugs:

* [MSHADE-148] - Shade Plugin gets stuck in infinite loop building dependency reduced POM
* [MSHADE-194] - Reporting uses maven-invoker-plugin version 1.9 instead of 1.10
This commit is contained in:
David Pilato 2015-07-18 00:54:56 +02:00
parent 9628d2632f
commit 1a8c4019a7
1 changed files with 1 additions and 1 deletions

View File

@ -870,7 +870,7 @@
<!-- We just declare which plugin version to use. Each project can have then its own settings --> <!-- We just declare which plugin version to use. Each project can have then its own settings -->
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>2.4</version> <version>2.4.1</version>
</plugin> </plugin>
<plugin> <plugin>
<!-- We just declare which plugin version to use. Each project can have then its own settings --> <!-- We just declare which plugin version to use. Each project can have then its own settings -->