No need for separate Maven invocation to display version. Drop empty
lines.
This commit is contained in:
parent
e74bd37a6d
commit
a4e005fdf5
|
@ -16,10 +16,5 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
wget -P /tmp https://kasparov.skife.org/csv/csv-1.0.jar
|
wget -P /tmp https://kasparov.skife.org/csv/csv-1.0.jar
|
||||||
|
mvn -V install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
|
||||||
mvn -version
|
|
||||||
|
|
||||||
mvn install:install-file -Dfile=/tmp/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue