From 7fd3b03236ce4f1353f6ea211fca7a1ed770ee22 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 7 Sep 2013 12:17:56 +0100 Subject: nexus: remove caveats, shorten plist_options. --- Library/Formula/nexus.rb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'Library/Formula') 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 @@ -36,13 +36,4 @@ class Nexus < Formula 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}// - to - #{var} - EOS - end end -- cgit v1.2.3