Creating an assembly

A typical project requirement is to aggregate the project output along with its dependencies, modules, and other files into a single distributable archive. An assembly is a group of files, directories, and dependencies that are assembled into an archive format and distributed. Maven provides prefabricated assembly descriptors to build these assemblies. The descriptors handle common operations, such as packaging a project's artifact, along with the dependencies.

Getting ready

Maven should be set up on your system and verified to work. To do this, refer to Chapter 1, Getting Started.

How to do it...

  1. Open a Maven project for which you want to generate the assembly; in our case, project-with-assembly.
  2. Add the following plugin and configuration ...

Get Apache Maven Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.