aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-07 12:17:56 +0100
committerMike McQuaid2013-09-07 12:18:19 +0100
commit7fd3b03236ce4f1353f6ea211fca7a1ed770ee22 (patch)
tree3a670b94c95d51d86b1fe361643b36f504fe6937 /Library
parentbfd31934cf3bf777373d3acec42fdd6445d7531a (diff)
downloadhomebrew-7fd3b03236ce4f1353f6ea211fca7a1ed770ee22.tar.bz2
nexus: remove caveats, shorten plist_options.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nexus.rb11
1 files changed, 1 insertions, 10 deletions
diff --git a/Library/Formula/nexus.rb b/Library/Formula/nexus.rb
index 2b5140d04..cede0d5d9 100644
--- a/Library/Formula/nexus.rb
+++ b/Library/Formula/nexus.rb
@@ -16,7 +16,7 @@ class Nexus < Formula
bin.install_symlink libexec/'bin/nexus'
end
- plist_options :manual => "#{HOMEBREW_PREFIX}/opt/nexus/libexec/bin/nexus { console | start | stop | restart | status | dump }"
+ plist_options :manual => "#{HOMEBREW_PREFIX}/opt/nexus/libexec/bin/nexus start"
def plist; <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?>
@@ -36,13 +36,4 @@ class Nexus < Formula
</plist>
EOS
end
-
- def caveats; <<-EOS.undent
- If you are upgrading nexus for the first time, and old version is less than 2.3.1, then
- you will need to copy the sonatype-work directory from:
- #{HOMEBREW_PREFIX}/Cellar/#{name}/<old version>/
- to
- #{var}
- EOS
- end
end