Repository: knox
Updated Branches:
  refs/heads/master e2d179d72 -> 4f606a130


KNOX-1529 - gateway-shell-release doesn't include shaded jar

Signed-off-by: Kevin Risden <kris...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/4f606a13
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/4f606a13
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/4f606a13

Branch: refs/heads/master
Commit: 4f606a13067b7d7173604f9207369d7604ac1d96
Parents: e2d179d
Author: Kevin Risden <kris...@apache.org>
Authored: Thu Oct 18 19:59:17 2018 -0400
Committer: Kevin Risden <kris...@apache.org>
Committed: Thu Oct 18 20:51:12 2018 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/4f606a13/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f43ad39..abbd3e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,11 +505,11 @@
                  run before antrun plugin in gateway-shell-release -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
+                <artifactId>maven-shade-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
+                <artifactId>maven-assembly-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Reply via email to