Hi!
I’m using Chamelon in a simple Java EE7 project by annotating a simple JUnit test class with these annotations:
(at)RunWith(ArquillianChameleon.class)
(at)ChameleonTarget(“wildfly:11.0.0.Final:managed”)
(at)MavenBuild
All is OK when I’m not behind an Internet proxy: dependencies and wildfly container is well downloaded and tests are executed.
But it’s not the case when I’m behind a proxy: Chameleon is not able to download the containers’s jars.
Of course I verified my settings.xml. It seems, Chameleon doesn’t take it in account.
Any idea about this?
Thanks!