File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,13 +43,10 @@ For the following commands we assume your nexus installation resides in `/opt/so
4343
4444#### 1. Download and install
4545
46- The following lines will:
47- - create a directory in the ` nexus ` / ` kafka ` maven repository
48- - download the latest release from github
49- - unzip the releae to the deploy directory
46+ Download the latest release from github and palce it in the ` nexus/deploy ` folder, e.g., like so:
47+
5048``` shell
51- wget -O /opt/sonatype/nexus/system/com/larscheidschmitzhermes/nexus3-github-oauth-plugin.zip https://github.com/larscheid-schmitzhermes/nexus3-github-oauth-plugin/releases/download/3.0.0/nexus3-github-oauth-plugin.zip && \
52- unzip /opt/sonatype/nexus/system/com/larscheidschmitzhermes/nexus3-github-oauth-plugin.zip -d /opt/sonatype/nexus/deploy/
49+ wget -O /opt/sonatype/nexus/deploy/nexus3-github-oauth-plugin.kar https://github.com/larscheid-schmitzhermes/nexus3-github-oauth-plugin/releases/download/3.0.0/nexus3-github-oauth-plugin.kar
5350```
5451
5552#### 2. Create configuration
Original file line number Diff line number Diff line change 2020
2121 <groupId >com.larscheidschmitzhermes</groupId >
2222 <artifactId >nexus3-github-oauth-plugin</artifactId >
23- <version >2.1.2 </version >
23+ <version >3.0.0 </version >
2424
2525 <name >${project.groupId} :${project.artifactId} </name >
2626 <packaging >bundle</packaging >
You can’t perform that action at this time.
0 commit comments