arquillian-container-chameleon icon indicating copy to clipboard operation
arquillian-container-chameleon copied to clipboard

Failing build - No such artifact: org.apache.tomee:apache-tomee:7.0.5:zip:webprofile

Open kopcheski opened this issue 4 years ago • 0 comments

For quite a while the builds are broken because the artifact org.apache.tomee:apache-tomee:7.0.5:zip:webprofile, needed by chameleon targets tomee:7.0.5:remote and tomee:7.0.5:managed, cannot be resolved.

That's what is usually seen in the logs:

SEVERE: Unable to start remote container java.lang.NullPointerException: No such artifact: org.apache.tomee:apache-tomee:7.0.5:zip:webprofile at org.apache.openejb.arquillian.common.Setup.downloadFile(Setup.java:170) at org.apache.openejb.arquillian.common.Setup.downloadAndUnpack(Setup.java:152) at org.apache.tomee.arquillian.remote.RemoteTomEEContainer.configure(RemoteTomEEContainer.java:223) at org.apache.tomee.arquillian.remote.RemoteTomEEContainer.start(RemoteTomEEContainer.java:110) at org.arquillian.container.chameleon.controller.TargetController$2.call(TargetController.java:86)

The artifact is available on maven central (https://repo1.maven.org/maven2/org/apache/tomee/apache-tomee/7.0.5/apache-tomee-7.0.5-webprofile.zip) and couldn't see any recent PR that could justify the behavior.

I would appreciated if someone could have a look. This would enable me to eventually finalize #173.

kopcheski avatar Dec 16 '20 21:12 kopcheski