-
Bug
-
Resolution: Done
-
Major
-
Nexus 3.77.2-03
-
None
The current "MCD: Wildfly Clustering" task uses the filter: "group=org.wildfly.clustering&tag!=mcd-deployed"
I suspect that the filter uses an exact match of group, and thus excludes groupIds matching org.wildfly.clustering.*
Currently, this should include:
- org.wildfly.clustering.spring
- org.wildfly.clustering.tomcat
- org.wildfly.clustering.vertx
... but will include other IDs in the future. Can we adjust this filter to also match org.wildfly.clustering.* ?