Building a Maven Complex Release Artifact: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Maven assembly Plugin This section describes the procedure of configuring Maven to build one complex release artifact, containing multiple individual artifa...")
 
Line 1: Line 1:
=Internal=
=Internal=


* [[Maven assembly Plugin]]
* [[Maven_assembly_Plugin#Other_Assembly_Use_Cases|Maven assembly Plugin]]


This section describes the procedure of configuring Maven to build one complex release artifact, containing multiple individual artifacts, possibly produced by multiple modules, as well as arbitrary files from the project, dependencies, and so on, or otherwise what is known to Maven as an [[#Assembly|assembly]].
=Overview=
 
This article describes the procedure of configuring Maven to build one complex release artifact, containing multiple individual artifacts, possibly produced by multiple modules, as well as arbitrary files from the project, dependencies, and so on, or otherwise what is known to Maven as an [[#Assembly|assembly]].

Revision as of 15:39, 7 November 2016

Internal

Overview

This article describes the procedure of configuring Maven to build one complex release artifact, containing multiple individual artifacts, possibly produced by multiple modules, as well as arbitrary files from the project, dependencies, and so on, or otherwise what is known to Maven as an assembly.