From 09615d19cb117e9ce728659d15f15ccda61e8412 Mon Sep 17 00:00:00 2001 From: nBhati Date: Sat, 16 Mar 2019 21:18:52 -0700 Subject: [PATCH] updated documentation of installing parent pom into local repo. --- INSTALL.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6a9a960..f564739 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,12 +16,6 @@ After cd'ing into `vertx-workshop-common` and running `mvn clean install`, these .../.m2/repository/io/vertx/workshop/vertx-workshop-common/maven-metadata-local.xml ``` -Create a new directory in the Maven repository: - -`.../.m2/repository/io/vertx/workshop/vertx-microservice-workshop/1.0-SNAPSHOT/` - -... then copy the parent pom file for this project into that directory, giving it the name `vertx-microservice-workshop-1.0-SNAPSHOT.pom`: - -`.../.m2/repository/io/vertx/workshop/vertx-microservice-workshop/1.0-SNAPSHOT/vertx-microservice-workshop-1.0-SNAPSHOT.pom` +After this, cd into project root dir `vertx-microservices-workshop` and run `mvn -N install`, This will create required directory structure and install parent pom into local maven repo. Now you can run `mvn clean package` within the other modules and all the maven dependencies will resolve without error.