No need for separate Maven invocation to display version. Drop empty

lines.
This commit is contained in:
Gary Gregory 2021-07-15 09:27:29 -04:00
parent e74bd37a6d
commit a4e005fdf5
1 changed files with 1 additions and 6 deletions

View File

@ -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