Re: Repositories
The actual problem here is that this problem doesn't manifest when the quickstarts are built with default Maven settings which contain only the central repository, because some of the dependencies (like jboss-as-parent) define jboss-public-repository in their pom and therefore find all dependencies (like staxmapper). However, with more complex settings which use mirroring (and don't define jboss public themself), the dependency resolution might fail.
The failing examples should be all those which uses org.jboss.as:jboss-as-arquillian-container-managed for testing.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Re: Repositories
The actual problem here is that this problem doesn't manifest when the quickstarts are built with default Maven settings which contain only the central repository, because some of the dependencies (like jboss-as-parent) define jboss-public-repository in their pom and therefore find all dependencies (like staxmapper). However, with more complex settings which use mirroring (and don't define jboss public themself), the dependency resolution might fail.
The failing examples should be all those which uses org.jboss.as:jboss-as-arquillian-container-managed for testing.