From ae334cdbf9790e5accf0cbbc680079333f4dfb45 Mon Sep 17 00:00:00 2001 From: Automated workflow Date: Sun, 5 Nov 2023 06:56:16 -0600 Subject: [PATCH] Fixes #215 - Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbb8343..8f56834 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ the `settings.xml.template` in the root directory of this project to always ignore - http://localhost:8080/repository + http://localhost:8080/repositories/myrepo default @@ -78,13 +78,13 @@ Now pick any Maven project and execute the command below to upload the artifacts: ``` -mvn deploy -DaltDeploymentRepository=default::default::http://localhost:8080/repository +mvn deploy -DaltDeploymentRepository=default::default::http://localhost:8080/repositories/myrepo ``` You should see output similar to what you see below: ``` -Uploaded to default: http://localhost:8080/repository/com/manorrock/persian/persian/maven-metadata.xml +Uploaded to default: http://localhost:8080/repositories/myrepo/com/manorrock/persian/persian/maven-metadata.xml [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------