Maven Include Dependencies in JAR Artifact: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= =Overview= There are situations when we want to extract some of the dependencies and bundle them with the JAR artifact. This is done using the jar plugin and the...") |
No edit summary |
||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Maven_jar_Plugin#Include_Dependencies_-_or_Some_of_the_Dependencies_-_in_JAR|Maven jar Plugin]] | |||
=Overview= | =Overview= | ||
There are situations when we want to extract some of the dependencies and bundle them with the JAR artifact. This is done using the jar plugin and the dependency plugin together, as described below. | There are situations when we want to extract some of the dependencies and bundle them with the JAR artifact. This is done using the jar plugin and the dependency plugin together, as described below. |
Revision as of 21:36, 24 March 2017
Internal
Overview
There are situations when we want to extract some of the dependencies and bundle them with the JAR artifact. This is done using the jar plugin and the dependency plugin together, as described below.