We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Docker CI build is failing when attempting to assemble the Docker image:
[ERROR] DOCKER> Unable to build image [wildflyext/wildfly-camel] : The command '/bin/sh -c java -jar /wildfly/jboss-modules.jar -mp /wildfly/modules org.wildfly.extras.config --configs camel --enable && chmod g=u -R /wildfly' returned a non-zero code: 1 [The command '/bin/sh -c java -jar /wildfly/jboss-modules.jar -mp /wildfly/modules org.wildfly.extras.config --configs camel --enable && chmod g=u -R /wildfly' returned a non-zero code: 1 ]
https://fabric8-ci.fusesource.com/view/wildfly-camel/job/wildfly-camel-docker/1016/console
Assembly output has:
[WARNING] Skipping artifact: org.wildfly.camel:wildfly-camel-patch:tar.gz:8.1.0-SNAPSHOT; it does not have an associated file or directory.
Seems to have started failing after maven-assembly-plugin was upgraded for #2704.
maven-assembly-plugin
The text was updated successfully, but these errors were encountered:
Seems to be a bug in maven-enforcer-plugin versions > 1.4:
maven-enforcer-plugin
https://issues.apache.org/jira/projects/MENFORCER/issues/MENFORCER-318 https://issues.apache.org/jira/projects/MENFORCER/issues/MENFORCER-308
I'll work around it for now.
Sorry, something went wrong.
[resolves wildfly-extras#2711] Unable to build image wildflyext/wildf…
d5cb6b9
…ly-camel
eac3878
7ff1697
b666313
7634322
jamesnetherton
No branches or pull requests
Docker CI build is failing when attempting to assemble the Docker image:
https://fabric8-ci.fusesource.com/view/wildfly-camel/job/wildfly-camel-docker/1016/console
Assembly output has:
Seems to have started failing after
maven-assembly-plugin
was upgraded for #2704.The text was updated successfully, but these errors were encountered: