Maven Helper – Maven-Assembly-Plugin

This plugin allows you to copy artifacts from another project to your current project. It supports attach-artifact wildcard. You can specify the build, filter file, and destination directory. This plugin is available for Maven projects that have multiple configurations. Moreover, you can also use the workspace of the latest completed build instead of artifacts. Moreover, all artifacts are fingerprinted, so make sure to store them as archived files.

Docker images are supported by the Maven-assembly-plugin. It allows you to use Docker images in isolated integration tests without having to share resources with the rest of the project. Additionally, it supports dynamic mapping of ports, making them available as Maven properties. This plugin supports attachment of Docker images. It is useful for the development of cloud-based applications.

Maven Helper – Maven-Assembly-Plugin
Scroll to top