Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
2.10
-
None
Description
When using classifiers to build environment specific artefacts, aggregating them to for example a single deployment unit (in my case its an rpm file, using the rpm plugin) would be easier when there would be a configuration option to unpack all dependencies to a subdirectory per classifier.
<configuration>
<useSubDirectoryPerClassifier>true</useSubDirectoryPerClassifier>
</configuration>
In this case we could easily unpack all dependencies build for development environment to a single place. Adding a new artefact would require adding a dependency and not changing the plugin configuration for the build of the deployment unit.