[
https://issues.jboss.org/browse/TEIID-2444?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-2444:
-------------------------------------
add following to the maven's settings.xml to compile your project
{code}
<profiles>
...
<profile>
<id>jboss-eap-alpha</id>
<repositories>
<repository>
<id>jboss-eap-alpha</id>
<name>JBoss EAP6.1 Alpha</name>
<
url>http://maven.repository.redhat.com/techpreview/eap6/6.1.0.Alpha1/m...
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<activeProfiles>
...
<activeProfile>jboss-eap-alpha</activeProfile>
</activeProfiles>
{code}
Teiid should be deployable in EAP 6.1 bits
------------------------------------------
Key: TEIID-2444
URL:
https://issues.jboss.org/browse/TEIID-2444
Project: Teiid
Issue Type: Task
Components: Build/Kits, Server
Affects Versions: 8.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Blocker
Fix For: 8.4
EAP 6.1 Alpha 1 is available in community, Teiid must be able to layered on top of this
version to make use this version.
EAP 6.1 alpaha1, fixes few major issues that were discovered on AS 7.1.1 version.
--
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