Maven assembly plugin is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distribution archive like zip,
…
Maven assembly plugin is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single distribution archive like zip,
…
This extends the Maven assembly plugin with additional examples to create an assembly by controlling what artifacts get included in the archive.
Example 1: dev-assembly.xml
The datasource and properties files are packaged for DEV environment.
…