Maven Include Dependencies in JAR Artifact

From NovaOrdis Knowledge Base
Revision as of 21:36, 24 March 2017 by Ovidiu (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.