Skip to content

Commit

Permalink
bdsup2sub: drop redundant mvn argument
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 authored and ilovezfs committed Sep 4, 2017
1 parent c532707 commit 03aeae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/bdsup2sub.rb
Expand Up @@ -15,7 +15,7 @@ class Bdsup2sub < Formula
depends_on :java

def install
system "mvn", "clean", "package", "-Duser.home=#{buildpath}", "-DskipTests"
system "mvn", "clean", "package", "-DskipTests"
libexec.install "target/BDSup2Sub-#{version}-jar-with-dependencies.jar"
bin.write_jar_script(libexec/"BDSup2Sub-#{version}-jar-with-dependencies.jar", "BDSup2Sub")
end
Expand Down

0 comments on commit 03aeae8

Please sign in to comment.