User must be able to set which module generates archive #88
Milestone
Comments
lordofthejars
added a commit
to lordofthejars/arquillian-container-chameleon
that referenced
this issue
Mar 17, 2018
lordofthejars
added a commit
that referenced
this issue
Mar 19, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: