Open jamesnetherton opened 8 years ago
The generateFeaturePackDefinition option does not take dependency classifiers into consideration.
generateFeaturePackDefinition
When a classifier is detected, the generated module XML output should look something like this (note the '::' prefix to the classifier):
<?xml version="1.0" encoding="UTF-8"?> <module xmlns="urn:jboss:module:1.1" name="org.foo.mymodule"> <resources> <artifact name="${org.foo:some-dependency::my-classifier}" /> </resources> </module>
Currently the plugin ignores the classifier and only outputs the group & artifact id.
The
generateFeaturePackDefinition
option does not take dependency classifiers into consideration.When a classifier is detected, the generated module XML output should look something like this (note the '::' prefix to the classifier):
Currently the plugin ignores the classifier and only outputs the group & artifact id.