Is there a "jboss-as-dist" artifact containing the whole distribution available for JBoss EAP?
Issue
We are moving from AS 7.1.1 to EAP 6.1.0
Before we were grabbing the artefact
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-dist</artifactId>
<version>${jboss.as.version}</version>
<type>zip</type>
</dependency>
With which we unpack an patch into a new project. And can we do that with EAP 6.1.0 ?
Environment
- JBoss Enterprise Application Platform (EAP) 6.0.x, 6.1.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.