This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new a4e005f  No need for separate Maven invocation to display version. 
Drop empty lines.
a4e005f is described below

commit a4e005fdf5694d73fd7664ce08b3af1329327b79
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 15 09:27:29 2021 -0400

    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 30b2bf8..1d03f67 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

Reply via email to