ATM, we mach selectors using groupId.equals(selector)
<selectors>
<!-- groupId of the -->
<selector>org.hawkular.cmdgw</selector>
</selectors>
(1) We should find a way to be able to select based also on other dependency children, such as artifactId, version, type, classifier and possibly others.
(2) Partial matches, such as org.hawkular.* should be possible.
ATM, we mach selectors using
groupId.equals(selector)
(1) We should find a way to be able to select based also on other dependency children, such as artifactId, version, type, classifier and possibly others.
(2) Partial matches, such as
org.hawkular.*
should be possible.