I get this error when trying to use Chameleon with Wildfly 9.0.1 Managed
Caused by: org.jboss.shrinkwrap.resolver.api.NoResolvedResultException: Unable to collect/resolve dependency tree for a resolution due to: The following artifacts could not be resolved: org.jboss.invocation:jboss-invocation:jar:1.4.1.Final, org.jboss.stdio:jboss-stdio:jar:1.0.2.GA: Could not find artifact org.jboss.invocation:jboss-invocation:jar:1.4.1.Final in central (http://repo1.maven.org/maven2), caused by: Could not find artifact org.jboss.invocation:jboss-invocation:jar:1.4.1.Final in central (http://repo1.maven.org/maven2)
Any idea how to resolve this? I’m assuming that internally chameleon’s trying to download the client, but for some reasons these artifacts don’t resolve. FWIW I have my own local Artifactory setup, it would be preferable if I could tell Chameleon to go through that.