Closed mr-sk closed 7 years ago
Hi @mr-sk,
Thanks for pointing this out. Since all of our project use a parent pom in another repository when we build the development branch we deploy it to sonatype. But the sonatype repository is defined in the parent pom that is not installed yet.
The strange thing is that on travis-ci this is working and I can not find a clear explication (maybe it is cached).
As a workaround you should be able to build by installing the required parent pom from sonatype using following command from a folder out of the project (this is because otherwise it will fail with the same error you mentioned):
mvn org.apache.maven.plugins:maven-dependency-plugin:2.4:get \
-DremoteRepositories=https://oss.sonatype.org/content/groups/public \
-Dartifact=com.torodb:parent-pom:1.0.1-SNAPSHOT:pom
Hey @teoincontatto ,
I'm a coworker of @mr-sk , following up on this. Installing the sonatype parent pom did solve the initial problem, but the build still fails. It appears to be auth related?
Thanks!
Hi @JessKane,
It seems this is due to some issues with the docker-maven-plugin. Please try to re-run the build including the flag -Ddocker.skip
.
Hello,
I have another issue open (https://github.com/torodb/stampede/issues/205), and the stated fix is to build from source. I attempted to do so by following the instructions and on this step it fails:
Any help is appreciated. Thanks!