Some jars included in EAP 6.3.0 DR0 zip are not included in Maven repo zip as expected: (1) ./jboss-eap-6.3/bin/client/jboss-client.jar Maven repo contains an empty directory jboss-eap-6.3.0.DR0-maven-repository/org/jboss/as/jboss-as-client-all/7.4.0.Final-redhat-0/ (2) ./jboss-eap-6.3/bundles/system/layers/base/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final-redhat-2.jar Maven repo contains jboss-servlet-api_3.0_spec-1.0.2.Final-redhat-1.jar (3) ./jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.3.Beta2.jar Maven repo does not contain this artifact at all (4) ./jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.3.Beta2.jar Maven repo does not contain this artifact at all (5) ./jboss-eap-6.3/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar Maven repo contains ./jboss-eap-6.3.0.DR0-maven-repository/org/jboss/resteasy/resteasy-spring/2.3.7.Final-redhat-2/resteasy-spring-2.3.7.Final-redhat-2.jar (6) ./jboss-eap-6.3/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-1.5.6.jar Maven repo contains an empty directory jboss-eap-6.3.0.DR0-maven-repository/org/apache/santuario/xmlsec/1.5.6/
36 failures for EAP 6.3.0 DR1: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-Repository/job/eap-60-repository-maven-check-EAP-jars-in-repo/95/testReport/
11 fialures in EAP 6.3.0 DR2: jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/api/main/picketlink-api-2.5.3.Final.jar jboss-eap-6.3/modules/system/layers/base/org/picketlink/core/main/picketlink-impl-2.5.3.Final.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/commons-net-3.1.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-apache-client4-1.17.1.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-apache-client4-1.17.1.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-client-1.17.1.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-core-1.17.1.jar jboss-eap-6.3/modules/system/layers/base/com/redhat/gss/redhat-support-lib-java/main/jersey-multipart-1.17.1.jar jboss-eap-6.3/modules/system/layers/base/org/apache/ws/security/main/wss4j-1.6.14.jar jboss-eap-6.3/bin/client/jboss-client.jar jboss-eap-6.3/bundles/system/layers/base/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final-redhat-2.jar jboss-eap-6.3/modules/system/layers/base/org/jboss/resteasy/resteasy-spring/main/bundled/resteasy-spring.jar
4 EAP jars missing in EAP 6.3.0 ER1 Maven repository: picketlink-api-2.5.3.SP2-redhat-1.jar picketlink-impl-2.5.3.SP2-redhat-1.jar jboss-client.jar resteasy-spring.jar
Update for EAP 6.3.0 ER3: jboss-client.jar resteasy-spring.jar
The jboss-client.jar is intentionally left out because it is a shaded jar and should not be used from the Maven repo. The resteasy-spring jar is in the repository, it just has the version string in the file name, so it probably wasn't found by the tests. This should be fixed with bug 1090053
Verified with EAP 6.3.0.ER7.