Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
[NEXUS-9362] Rename 'Sonatype Nexus' to 'Nexus Repository Manager'
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
djsauble committed Nov 11, 2015
1 parent 22352a4 commit b548a44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.asciidoc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

== Sonatype Nexus Examples
== Nexus Repository Manager Examples

This project contains sample projects and other resources referenced from the book 'Repository Management with Nexus' as well as the 'Sonatype Nexus Professional Evaluation Guide'.
This project contains sample projects and other resources referenced from the book 'Repository Management with Nexus' as well as the 'Nexus Repository Manager Evaluation Guide'.

Both are available in source from https://github.com/sonatype/nexus-book[https://github.com/sonatype/nexus-book]

Online versions are available at

* http://www.sonatype.com/Support/Books/Repository-Management-with-Nexus[Repository Management with Nexus - complete book]

* http://www.sonatype.com/books/nexus-book/reference/eval.html[Sonatype Nexus Evaluation Guide content in Nexus book]
* http://www.sonatype.com/books/nexus-book/reference/eval.html[Nexus Repository Manager Evaluation Guide content in Nexus book]

Please use the documentation in the book and evaluation guide for information on how to start Nexus and replicate various use cases.

Expand Down
4 changes: 2 additions & 2 deletions ant-ivy/another-project/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ivysettings>
<settings defaultResolver="nexus"/>
<credentials host="localhost" realm="Sonatype Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<credentials host="localhost" realm="Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<property name="nexus-public" value="http://localhost:8081/nexus/content/groups/public"/>
<property name="nexus-releases" value="http://localhost:8081/nexus/content/repositories/releases"/>
<property name="nexus-snapshots" value="http://localhost:8081/nexus/content/repositories/snapshots"/>
Expand All @@ -9,4 +9,4 @@
<ibiblio name="nexus-snapshots" m2compatible="true" root="${nexus-snapshots}"/>
<ibiblio name="nexus-releases" m2compatible="true" root="${nexus-releases}"/>
</resolvers>
</ivysettings>
</ivysettings>
4 changes: 2 additions & 2 deletions ant-ivy/simple-project/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ivysettings>
<settings defaultResolver="nexus"/>
<credentials host="localhost" realm="Sonatype Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<credentials host="localhost" realm="Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<property name="nexus-public" value="http://localhost:8081/nexus/content/groups/public"/>
<property name="nexus-releases" value="http://localhost:8081/nexus/content/repositories/releases"/>
<property name="nexus-snapshots" value="http://localhost:8081/nexus/content/repositories/snapshots"/>
Expand All @@ -9,4 +9,4 @@
<ibiblio name="nexus-snapshots" m2compatible="true" root="${nexus-snapshots}"/>
<ibiblio name="nexus-releases" m2compatible="true" root="${nexus-releases}"/>
</resolvers>
</ivysettings>
</ivysettings>

0 comments on commit b548a44

Please sign in to comment.