Arquillian Chameleon run of JBoss 6.4 EAP Embedded tries to pull in a non-existing artifact
WIP42 opened this issue · 0 comments
WIP42 commented
Issue Overview
The embedded container adapter pulled in when using jboss eap:6.4:embedded target does not exist on artifactory. Only newer version exists.
Expected Behaviour
Arquillian embedded container should start up and run the test.
Current Behaviour
When the following target is specified:
<property name="target">jboss eap:6.4:embedded</property>
Artifact not found error is reported at startup:
Could not find artifact org.jboss.as:jboss-as-arquillian-container-embedded:pom:7.1.3.Final
I was only able to find the following versions:
7.0.0.Beta1 7.0.0.Beta2 7.0.0.Beta3 7.2.0.Final
Steps To Reproduce
- Specify jboss eap:6.4:embedded as the container target in arquillian.xml
- Run an arquillian test
Additional Information
mvn --version ---> Apache Maven 3.3.3
mvn dependency:tree
.output is attached.
OS: openSUSE-LEAP 42.1
JDK: 1.8.0_102
mvn dependency tree.txt