-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
In some cases, for example from Jenkins, it may be desirable to execute the a deploy goal from the command line. In a multi-module project this could attempt to deploy artifacts that should not be deployed. Adding a way to include specific artifacts would allow this to work.
in the AbstractAppDeployment we could introduce an includes array. This could either be a true GAV plus packaging or it could just be artifact and packaging since more than likely the groupId and version will always be the same. For undeploys this may not be true, but there are other ways to handle that.
See the following PR discussion for some more details https://github.com/wildfly/wildfly-maven-plugin/pull/189