Brian O'Connor
Committed by Gerrit Code Review

Updating maven-shade-plugin to 2.4.2 and adding <id> to maven-jar-plugin

Change-Id: Ib57cad10a5b133c2f0da368c3e940c0aaa7d0cc6
Showing 1 changed file with 2 additions and 2 deletions
...@@ -598,7 +598,7 @@ ...@@ -598,7 +598,7 @@
598 </configuration> 598 </configuration>
599 <executions> 599 <executions>
600 <execution> 600 <execution>
601 - <phase>package</phase> 601 + <id>default</id>
602 <goals> 602 <goals>
603 <goal>test-jar</goal> 603 <goal>test-jar</goal>
604 </goals> 604 </goals>
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
622 <plugin> 622 <plugin>
623 <groupId>org.apache.maven.plugins</groupId> 623 <groupId>org.apache.maven.plugins</groupId>
624 <artifactId>maven-shade-plugin</artifactId> 624 <artifactId>maven-shade-plugin</artifactId>
625 - <version>2.3</version> 625 + <version>2.4.2</version>
626 </plugin> 626 </plugin>
627 627
628 <plugin> 628 <plugin>
......