[
https://issues.jboss.org/browse/RF-12937?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-12937:
------------------------------------
I added the following profile to JBoss root-parent:
{code}
<profile>
<id>jbosseap-remote-6-1</id>
<dependencies>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-arquillian-container-remote</artifactId>
<version>7.2.0.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-controller-client</artifactId>
<version>7.2.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
{code}
The problem is the artifact is the same one used for the 7.1.1.Final tests, just a
different version. Resolution of this issue then concerns how to manage this dual-version
requirement. Or maybe it's time to drop the AS 7.1 testing profile.
Introduce a profile for running framework tests against JBoss EAP
-----------------------------------------------------------------
Key: RF-12937
URL:
https://issues.jboss.org/browse/RF-12937
Project: RichFaces
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: tests - functional
Reporter: Brian Leathem
Assignee: Brian Leathem
Fix For: 4.3.2
--
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