From 77fbace49ea6723bfbb52fbf68b75eebff2b1da8 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Sun, 27 Nov 2016 21:56:35 +0000 Subject: [PATCH] note that most of the nexus repository plugins are not open-source --- README.md | 6 ++++++ provision/provision-nexus/pom.xml | 5 +++++ provision/provision-nexus/provision-nexus.iml | 1 + 3 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 85e5425..2e1c271 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ This will: **NB** If you are new to Groovy, be sure to check the [Groovy Learn X in Y minutes page](https://learnxinyminutes.com/docs/groovy/). +# Caveats + +* Most of the repository plugins are not open-source. + * Only `maven` and `raw` are open-source. + + # Usage Build and install the [Ubuntu Base Box](https://github.com/rgl/ubuntu-vagrant). diff --git a/provision/provision-nexus/pom.xml b/provision/provision-nexus/pom.xml index 6d09f02..76ed475 100644 --- a/provision/provision-nexus/pom.xml +++ b/provision/provision-nexus/pom.xml @@ -36,6 +36,11 @@ nexus-repository-maven ${nx-version} + + org.sonatype.nexus.plugins + nexus-repository-raw + ${nx-version} + org.sonatype.nexus.plugins nexus-script-plugin diff --git a/provision/provision-nexus/provision-nexus.iml b/provision/provision-nexus/provision-nexus.iml index 2537107..868636e 100644 --- a/provision/provision-nexus/provision-nexus.iml +++ b/provision/provision-nexus/provision-nexus.iml @@ -128,6 +128,7 @@ + \ No newline at end of file