Closed reynold-lariza closed 5 years ago
I am able to GET the file http://repo.jfrog.org/artifactory/plugins-releases-local/org/jfrog/maven/annomojo/maven-plugin-tools-anno/1.4.0/maven-plugin-tools-anno-1.4.0.jar now. Can you try again, please?
This may be unrelated, but I had some issues building it for mule-ee, since I didn't have credentials to the EE repo. You may need to alter the Dockerfiles to include copying Maven settings.xml and then passing the location to Maven commands.
The only step(s) I did was by doing a git pull, and doing the docker build command in it.
Trying to reproduce it. I'll re-run the base image build after git pull
docker-compose build --no-cache base
, because that's where it is failing.
Will let you know.
Reminds me that I need to use a slimmer Docker image for mule-ce.
wslph/mule:3.9.0-ce is downloading the known universe and taking ages :)
looks like forcing our custom nexus settings connected to mulesoft ee repo, seems to have worked :)
COPY settings.xml /tmp/
RUN mvn -P jar clean install -s /tmp/settings.xml
Awesome, I was going to suggest it has something to do with your settings.xml, maybe proxy. Feel free to create pull request with the fix.
Hi @michaelhyatt ,
Tried building it, but I'm encountering this issue below.