How To Install Java Artifact org.apache.maven.plugins.maven-shade-plugin v2.2

org.apache.maven.plugins maven-shade-plugin 2.2

Introduction

In this article, we'll learn how to install Java artifact maven-shade-plugin from org.apache.maven.plugins group in version 2.2. The artifact is available in 40 versions: 3.5.2 3.5.1 3.5.0 3.4.1 3.4.0 3.3.0 3.2.4 3.2.3 3.2.2 3.2.1 3.2.0 3.1.1 3.1.0 3.0.0 2.4.3 2.4.2 2.4.1 2.4 2.3 2.2 2.1 2.0 1.7.1 1.7 1.6 1.5 1.4 1.3.3 1.3.2 1.3.1 1.3 1.2.2 1.2.1 1.2 1.1 1.0.1 1.0-beta-1 1.0-alpha-15 1.0-alpha-13 1.0 The parent project is: org.apache.maven.plugins::maven-plugins::24

How To Install Java Artifact org.apache.maven.plugins.maven-shade-plugin In Version 2.2

To install the Apache Maven Shade Plugin artifact in version 2.2 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Apache Maven Shade Plugin dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (13)

Provided dependencies (2)

Test dependencies (2)

Contributors