Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update repository links
  • Loading branch information
martinspielmann authored Oct 6, 2020
1 parent e40f788 commit e3317e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ This plugin adds a Crowd realm to Sonatype Nexus OSS and enables you to authenti

It works with Nexus 3.x and Crowd 2.x and 3.x

![Java CI](https://github.com/pingunaut/nexus3-crowd-plugin/workflows/Java%20CI/badge.svg)
[![License](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](https://github.com/pingunaut/nexus3-crowd-plugin/blob/master/LICENSE)
![Java CI](https://github.com/martinspielmann/nexus3-crowd-plugin/workflows/Java%20CI/badge.svg)
[![License](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](https://github.com/martinspielmann/nexus3-crowd-plugin/blob/master/LICENSE)
[![SonarQube Coverage](https://img.shields.io/sonar/https/sonarcloud.io/nexus3-crowd-plugin/coverage.svg)](https://sonarcloud.io/component_measures?id=nexus3-crowd-plugin&metric=coverage)


Expand Down Expand Up @@ -32,7 +32,7 @@ USER root
RUN yum install -y curl
# Download crowd plugin
RUN curl -L https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2.jar --output /opt/sonatype/nexus/system/nexus3-crowd-plugin.jar
RUN curl -L https://github.com/martinspielmann/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2.jar --output /opt/sonatype/nexus/system/nexus3-crowd-plugin.jar
# Install plugin
RUN echo "reference\:file\:nexus3-crowd-plugin.jar = 200" >> /opt/sonatype/nexus/etc/karaf/startup.properties
Expand Down Expand Up @@ -68,11 +68,11 @@ More information on Sonatype website: https://help.sonatype.com/repomanager3/bun

#### 1. Download latest release (since plugin 3.8.2) kar into nexus **$install-dir**/deploy folder

Releases can be found here: https://github.com/pingunaut/nexus3-crowd-plugin/releases
Releases can be found here: https://github.com/martinspielmann/nexus3-crowd-plugin/releases

```
cd $install-dir/deploy/
wget https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2-SNAPSHOT-bundle.kar
wget https://github.com/martinspielmann/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2-SNAPSHOT-bundle.kar
```

#### 2. Create crowd.properties
Expand Down Expand Up @@ -100,10 +100,10 @@ timeout.connectionrequest=15000 (default is 15000)
* Sonatype Nexus OSS 3.x is installed

#### 1. Download latest release jar into nexus system folder
Releases can be found here: https://github.com/pingunaut/nexus3-crowd-plugin/releases
Releases can be found here: https://github.com/martinspielmann/nexus3-crowd-plugin/releases
```
cd $install-dir/system/
wget https://github.com/pingunaut/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2.jar
wget https://github.com/martinspielmann/nexus3-crowd-plugin/releases/download/nexus3-crowd-plugin-3.8.2/nexus3-crowd-plugin-3.8.2.jar
```

#### 2. Add bundle to startup properties
Expand Down Expand Up @@ -160,7 +160,7 @@ This might be a security risk and is also the reason why this property defaults
#### 1.Build the plugin
Build and install the into your local maven repository using the following commands:
```
git clone https://github.com/pingunaut/nexus3-crowd-plugin.git
git clone https://github.com/martinspielmann/nexus3-crowd-plugin.git
cd nexus3-crowd-plugin
mvn install
```
Expand Down Expand Up @@ -188,6 +188,6 @@ karaf@root()>
```

## Contributing
[![GitHub contributors](https://img.shields.io/github/contributors/pingunaut/nexus3-crowd-plugin.svg)](https://github.com/pingunaut/nexus3-crowd-plugin/graphs/contributors)
[![GitHub contributors](https://img.shields.io/github/contributors/martinspielmann/nexus3-crowd-plugin.svg)](https://github.com/martinspielmann/nexus3-crowd-plugin/graphs/contributors)

Thanks to all contributors who helped to get this up and running

0 comments on commit e3317e2

Please sign in to comment.