User must be able to set which module generates an archive, in multimodule projects, several artifacts are generated so the default one might be not the one you might want to use as deployment.
Expected Behaviour
Create an attribute at MavenBuild annotation called module which allows you to set the module in the form of "a/b/c" but always this is relative to the defined pom (usually root)
Current Behaviour
Cannot be set the module and root artifact is used.
The text was updated successfully, but these errors were encountered:
lordofthejars
added a commit
to lordofthejars/arquillian-container-chameleon
that referenced
this issue
Mar 17, 2018
Issue Overview
User must be able to set which module generates an archive, in multimodule projects, several artifacts are generated so the default one might be not the one you might want to use as deployment.
Expected Behaviour
Create an attribute at
MavenBuild
annotation calledmodule
which allows you to set the module in the form of"a/b/c"
but always this is relative to the definedpom
(usually root)Current Behaviour
Cannot be set the module and root artifact is used.
The text was updated successfully, but these errors were encountered: