We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74bd37 commit a4e005fCopy full SHA for a4e005f
1 file changed
benchmark-prereq.sh
@@ -16,10 +16,5 @@
16
# See the License for the specific language governing permissions and
17
# limitations under the License.
18
19
-
20
wget -P /tmp https://kasparov.skife.org/csv/csv-1.0.jar
21
22
-mvn -version
23
24
-mvn install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
25
+mvn -V install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
0 commit comments