Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arquillian Chameleon run of JBoss 6.4 EAP Embedded tries to pull in a non-existing artifact #60

Open
WIP42 opened this issue Nov 8, 2016 · 0 comments

Comments

@WIP42
Copy link

WIP42 commented Nov 8, 2016

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
  1. Specify jboss eap:6.4:embedded as the container target in arquillian.xml
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant