Closed nBhati closed 5 years ago
Did you try with mvn install -N ?
I tried mvn install -N but it didnt work. i had to manually install the parent pom in repository.
Thanks
odd, because that's exactly what mvn -N install
is doing (installing the root pom).
Anyway, can you open a PR?
Hi @cescoffier,
I tried mvn -N install
after removing dir path for parent pom and it worked. i have updated documentation as needed and raised PR.
Thanks
INSTALL.md just mentions to copy parent pom to repository which doesn't install the pom and hence build of other module fails.
Please add below to documentation
mvn install:install-file -Dpackaging=pom -Dfile=~/.m2/repository/io/vertx/workshop/vertx-microservice-workshop/1.0-SNAPSHOT/vertx-microservice-workshop-1.0-SNAPSHOT.pom.xml -DpomFile=~/.m2/repository/io/vertx/workshop/vertx-microservice-workshop/1.0-SNAPSHOT/vertx-microservice-workshop-1.0-SNAPSHOT.pom.xml