Skip to content

Commit

Permalink
Fixes #215 - Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated workflow committed Nov 5, 2023
1 parent 33deb03 commit ae334cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ the `settings.xml.template` in the root directory of this project to
<updatePolicy>always</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
<url>http://localhost:8080/repository</url>
<url>http://localhost:8080/repositories/myrepo</url>
<layout>default</layout>
</repository>
</repositories>
Expand All @@ -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] ------------------------------------------------------------------------
Expand Down

0 comments on commit ae334cd

Please sign in to comment.