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