note that most of the nexus repository plugins are not open-source

This commit is contained in:
Rui Lopes 2016-11-27 21:56:35 +00:00
parent aae25fc85e
commit 77fbace49e
3 changed files with 12 additions and 0 deletions

View File

@ -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/). **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 # Usage
Build and install the [Ubuntu Base Box](https://github.com/rgl/ubuntu-vagrant). Build and install the [Ubuntu Base Box](https://github.com/rgl/ubuntu-vagrant).

View File

@ -36,6 +36,11 @@
<artifactId>nexus-repository-maven</artifactId> <artifactId>nexus-repository-maven</artifactId>
<version>${nx-version}</version> <version>${nx-version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-repository-raw</artifactId>
<version>${nx-version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.sonatype.nexus.plugins</groupId> <groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-script-plugin</artifactId> <artifactId>nexus-script-plugin</artifactId>

View File

@ -128,6 +128,7 @@
<orderEntry type="library" name="Maven: org.eclipse.aether:aether-spi:1.0.2.v20150114" level="project" /> <orderEntry type="library" name="Maven: org.eclipse.aether:aether-spi:1.0.2.v20150114" level="project" />
<orderEntry type="library" name="Maven: org.apache.maven.indexer:indexer-reader:5.1.2-816025a" level="project" /> <orderEntry type="library" name="Maven: org.apache.maven.indexer:indexer-reader:5.1.2-816025a" level="project" />
<orderEntry type="library" name="Maven: org.apache.maven.archetype:archetype-catalog:2.4" level="project" /> <orderEntry type="library" name="Maven: org.apache.maven.archetype:archetype-catalog:2.4" level="project" />
<orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-repository-raw:3.1.0-04" level="project" />
<orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-script-plugin:3.1.0-04" level="project" /> <orderEntry type="library" name="Maven: org.sonatype.nexus.plugins:nexus-script-plugin:3.1.0-04" level="project" />
</component> </component>
</module> </module>