note that most of the nexus repository plugins are not open-source
This commit is contained in:
parent
aae25fc85e
commit
77fbace49e
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -36,6 +36,11 @@
|
|||
<artifactId>nexus-repository-maven</artifactId>
|
||||
<version>${nx-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.sonatype.nexus.plugins</groupId>
|
||||
<artifactId>nexus-repository-raw</artifactId>
|
||||
<version>${nx-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.sonatype.nexus.plugins</groupId>
|
||||
<artifactId>nexus-script-plugin</artifactId>
|
||||
|
|
|
|||
|
|
@ -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.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.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" />
|
||||
</component>
|
||||
</module>
|
||||
Loading…
Reference in New Issue