From 457cb7f7525e425d59b9f1c476cddf15587ed12e Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Sat, 28 Mar 2020 13:26:21 +0000 Subject: [PATCH] upgrade to nexus-3.22.0-02 --- README.md | 2 +- provision/provision-nexus.sh | 12 +- provision/provision-nexus/Makefile | 2 +- provision/provision-nexus/pom.xml | 2 +- provision/provision-nexus/provision-nexus.iml | 115 ++++++++++-------- 5 files changed, 75 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index 7a00e17..c291cf8 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Nexus uses [OrientDB](https://en.wikipedia.org/wiki/OrientDB) as its database. T sudo su -l # switch to the root user. systemctl stop nexus # make sure nexus is not running while you use the database. su -s /bin/bash nexus # switch to the nexus user. -nexus_home=/opt/nexus/nexus-3.20.1-01 # make sure you have the correct version here. +nexus_home=/opt/nexus/nexus-3.22.0-02 # make sure you have the correct version here. nexus_data=$nexus_home/../sonatype-work/nexus3 function orientdb-console { java -jar $nexus_home/lib/support/nexus-orient-console.jar $* diff --git a/provision/provision-nexus.sh b/provision/provision-nexus.sh index aea4a8f..01f0870 100644 --- a/provision/provision-nexus.sh +++ b/provision/provision-nexus.sh @@ -33,17 +33,17 @@ pushd /opt/nexus # see https://www.sonatype.com/download-oss-sonatype # see https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3 # see https://help.sonatype.com/display/NXRM3 -nexus_version=3.20.1-01 +nexus_version=3.22.0-02 nexus_home=/opt/nexus/nexus-$nexus_version nexus_tarball=nexus-$nexus_version-unix.tar.gz nexus_download_url=https://sonatype-download.global.ssl.fastly.net/nexus/3/$nexus_tarball -nexus_download_sha1=5cabc748671dc510e4374548ac8c9b0f4b2517c1 +nexus_download_sha1=cccf70509def19c1b0db644a62cc57922f9f86b7 wget -q $nexus_download_url if [ "$(sha1sum $nexus_tarball | awk '{print $1}')" != "$nexus_download_sha1" ]; then echo "downloaded $nexus_download_url failed the checksum verification" exit 1 fi -tar xf $nexus_tarball # NB this creates the $nexus_home (e.g. nexus-3.20.1-01) and sonatype-work directories. +tar xf $nexus_tarball # NB this creates the $nexus_home (e.g. nexus-3.22.0-02) and sonatype-work directories. rm $nexus_tarball install -d -o nexus -g nexus -m 700 .java # java preferences are saved here (the default java.util.prefs.userRoot preference). install -d -o nexus -g nexus -m 700 sonatype-work/nexus3/etc @@ -52,11 +52,17 @@ grep -v -E '\s*##.*' $nexus_home/etc/nexus-default.properties >sonatype-work/nex sed -i -E 's,(application-host=).+,\1127.0.0.1,g' sonatype-work/nexus3/etc/nexus.properties sed -i -E 's,nexus-pro-,nexus-oss-,g' sonatype-work/nexus3/etc/nexus.properties cat >>sonatype-work/nexus3/etc/nexus.properties <<'EOF' + # disable the wizard. nexus.onboarding.enabled=false # disable generating a random password for the admin user. nexus.security.randompassword=false + +# allow the use of groovy scripts because we use them to configure nexus. +# see https://issues.sonatype.org/browse/NEXUS-23205 +# see Scripting Nexus Repository Manager 3 at https://support.sonatype.com/hc/en-us/articles/360045220393 +nexus.scripts.allowCreation=true EOF diff -u $nexus_home/etc/nexus-default.properties sonatype-work/nexus3/etc/nexus.properties || true popd diff --git a/provision/provision-nexus/Makefile b/provision/provision-nexus/Makefile index 4b63dc7..c839be7 100644 --- a/provision/provision-nexus/Makefile +++ b/provision/provision-nexus/Makefile @@ -17,7 +17,7 @@ binaries: binaries-download binaries-download: mkdir -p binaries - wget -qO- https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.20.1-01-unix.tar.gz \ + wget -qO- https://sonatype-download.global.ssl.fastly.net/repository/repositoryManager/3/nexus-3.22.0-02-unix.tar.gz \ | tar xzf - --strip-components 1 -C binaries clean: diff --git a/provision/provision-nexus/pom.xml b/provision/provision-nexus/pom.xml index a8c091c..4a57606 100644 --- a/provision/provision-nexus/pom.xml +++ b/provision/provision-nexus/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT - 3.20.1-01 + 3.22.0-02 diff --git a/provision/provision-nexus/provision-nexus.iml b/provision/provision-nexus/provision-nexus.iml index e62a913..3540551 100644 --- a/provision/provision-nexus/provision-nexus.iml +++ b/provision/provision-nexus/provision-nexus.iml @@ -8,24 +8,23 @@ - - + + - - + + - - + - - - + + + - + @@ -39,51 +38,62 @@ - - + + - - - - - + + + + + - + - - - + + + - - + + - + - + - - - + + + + + + + + + + + - - + + - - - + + + + + + - + @@ -95,21 +105,21 @@ - - + + - - + + - - - + + + - - + + @@ -118,11 +128,11 @@ - - - + + + - + @@ -145,7 +155,7 @@ - + @@ -154,12 +164,13 @@ - - + + + - + - +