diff options
author | Giorgio Peron <giorgio.peron@gmail.com> | 2011-07-30 12:45:04 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-30 12:45:04 -0300 |
commit | ce43fa264282d4937ce0baacfc14a7e4471da9cc (patch) | |
tree | 8bffbdc7ca11ba6f5fbab5c53fa0fe8ef42b5c1a /development/nexus/README | |
parent | 215bce3ec1483736120fece2a7dda1dc0ee43008 (diff) | |
download | slackbuilds-ce43fa264282d4937ce0baacfc14a7e4471da9cc.tar.gz |
development/nexus: Added (Maven repository manager)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/nexus/README')
-rw-r--r-- | development/nexus/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/nexus/README b/development/nexus/README new file mode 100644 index 0000000000..fedf5bd17b --- /dev/null +++ b/development/nexus/README @@ -0,0 +1,10 @@ +Nexus manages software artifacts required for development, deployment, and +provisioning. If you develop software, Nexus can help you share those +artifacts with other developers and end-users. + +Nexus requires a "nexus" user and group; create these before running the +SlackBuild script. Examples: + +# groupadd -g 252 nexus +# useradd -u 252 -s /bin/sh -d /dev/null -g nexus nexus + |