-
Story
-
Resolution: Done
-
Major
-
None
-
None
A 'MCD: EAP QE Intersmash' task is trying to sync content in the jbossqe-eap repo to Maven Central. It fails because for 2 releases (0.0.4.(Beta1|beta2) the project doesn't meet validation requirements (missing one Javadoc artifact).
Can we modify https://repository.jboss.org/nexus/#admin/system/tasks:d80d685a-c45c-4b0d-af87-f44c623c5c6f in order to skip 0.0.4.Beta1 and 0.0.4.Beta2?
IIUC, the filter based on the relevant GV coordinates would be the following:
group=org.jboss.intersmash&version!=0.0.4.Beta1&version!=0.0.4.Beta2