jmeter: remove options.
See https://github.com/Homebrew/homebrew-core/issues/31510. Closes #36274. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
74cee2a7fd
commit
b60b95ec2b
1 changed files with 33 additions and 37 deletions
|
@ -11,8 +11,6 @@ class Jmeter < Formula
|
|||
sha256 "ce20c370301bd67a8f6d2feb5f2e286a964e1f8788bf33ec2eb6f47b69e3429b" => :sierra
|
||||
end
|
||||
|
||||
option "with-plugins", "add JMeterPlugins Standard, Extras, ExtrasLibs, WebDriver and Hadoop"
|
||||
|
||||
resource "jmeterplugins-standard" do
|
||||
url "https://jmeter-plugins.org/downloads/file/JMeterPlugins-Standard-1.4.0.zip"
|
||||
sha256 "3f740bb9b9a7120ed72548071cd46a5f92929e1ab196acc1b2548549090a2148"
|
||||
|
@ -50,7 +48,6 @@ class Jmeter < Formula
|
|||
libexec.install Dir["*"]
|
||||
bin.write_exec_script libexec/"bin/jmeter"
|
||||
|
||||
if build.with? "plugins"
|
||||
resource("jmeterplugins-standard").stage do
|
||||
rm_f Dir["lib/ext/*.bat"]
|
||||
(libexec/"lib/ext").install Dir["lib/ext/*"]
|
||||
|
@ -86,7 +83,6 @@ class Jmeter < Formula
|
|||
(libexec/"licenses/plugins/extras").install "LICENSE", "README", "NOTICE"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/jmeter", "--version"
|
||||
|
|
Loading…
Reference in a new issue