-
Bug
-
Resolution: Done
-
Blocker
-
8.1.0.Beta
-
None
This configuration
<plugin>
<groupId>org.jboss.eap.plugins</groupId>
<artifactId>eap-maven-plugin</artifactId>
<version>2.0.0.Beta1-redhat-00001</version>
<configuration>
<feature-packs>
<feature-pack>
<location>org.jboss.eap:wildfly-ee-galleon-pack</location>
</feature-pack>
<feature-pack>
<location>org.jboss.eap.cloud:eap-cloud-galleon-pac</location>
</feature-pack>
</feature-packs>
<channels>
<channel>
<manifest>
<groupId>org.jboss.eap.channels</groupId>
<artifactId>eap-8.1</artifactId>
<version>1.0.0.Beta-redhat-00004</version>
</manifest>
</channel>
</channels>
<layers>
<layer>cloud-default-config</layer>
</layers>
</configuration>
which resolves org.jboss.eap.cloud:eap-cloud-galleon-pack:2.0.0.Beta1-redhat-00001 version from manifest is failing with:
[INFO] --- eap:2.0.0.Beta1-redhat-00001:package (default) @ test-app --- [INFO] Resolving channel metadata from Maven artifact org.jboss.eap.channels:eap-8.1:1.0.0.Beta-redhat-00004 [INFO] Provisioning server in /tmp/test-app/target/server [INFO] Resolving feature-packs ... [ERROR] Failed to execute goal org.jboss.eap.plugins:eap-maven-plugin:2.0.0.Beta1-redhat-00001:package (default) on project test-app: Provisioning failed: Failed to resolve configuration layer model standalone named cloud-default-config: Failed to process feature-pack org.jboss.eap.cloud:eap-cloud-galleon-pack:2.0.0.Beta1-redhat-00001 feature [subsystem.remoting items=[subsystem.remoting.configuration.endpoint unset=worker]]: Failed to process feature-pack org.jboss.eap.cloud:eap-cloud-galleon-pack:2.0.0.Beta1-redhat-00001 feature [subsystem.remoting.configuration.endpoint unset=worker]: Failed to locate feature spec 'subsystem.remoting.configuration.endpoint' in org.jboss.eap.cloud:eap-cloud-galleon-pack::zip@maven and its dependencies. -> [Help 1]