From a4e005fdf5694d73fd7664ce08b3af1329327b79 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 15 Jul 2021 09:27:29 -0400 Subject: [PATCH] No need for separate Maven invocation to display version. Drop empty lines. --- benchmark-prereq.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/benchmark-prereq.sh b/benchmark-prereq.sh index 30b2bf8d..1d03f677 100755 --- a/benchmark-prereq.sh +++ b/benchmark-prereq.sh @@ -16,10 +16,5 @@ # See the License for the specific language governing permissions and # limitations under the License. - wget -P /tmp https://kasparov.skife.org/csv/csv-1.0.jar - -mvn -version - -mvn install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar - +mvn -V install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar