1.0-SNAPSHOT
-
使用
mvn install:install-file -Dfile=<jar包路径> -DgroupId=<> -DartifactId=<> -Dversion=<> -Dpackaging=jar安装jar包 到本地 -
以flink-1.12的jar包为例:
mvn install:install-file -Dfile=hologres-connector-flink-1.12-1.0-SNAPSHOT-jar-with-dependencies.jar -DgroupId=com.alibaba.hologres -DartifactId=hologres-connector-flink-1.12 -Dversion=1.0-SNAPSHOT -Dpackaging=jar