
Maven
张伯毅
某厂技术,Apache DolphinScheduler Committer.
专注于调度&实时&大数据体系~
展开
-
cant download je-7.4.5.jar with maven [ com.sleepycat:je:jar:7.4.5 ]
异常信息:[ERROR] Failed to execute goal on project atlas-graphdb-janus: Could not resolve dependencies for project org.apache.atlas:atlas-graphdb-janus:jar:2.0.0: Failed to collect dependencies at org.janusgraph:janusgraph-berkeleyje:jar:0.3.1 -> c...原创 2020-05-18 17:07:25 · 5555 阅读 · 2 评论 -
MAVEN 资源库 如何安装本地jar包
1.进入存放jar目录,执行命令,安装jarmvn install:install-file -Dfile=SourceCodeConstraint-1.0-SNAPSHOT.jar -DgroupId=com.yss.henghe.platform.tools -DartifactId=SourceCodeConstraint -Dversion=1.0-RELEASE -Dpac...原创 2020-04-12 22:58:16 · 1289 阅读 · 0 评论 -
MAVEN编译报错: 警告: [options] 未与 -source 1.7 一起设置引导类路径
异常:ERROR] 警告: [options] 未与 -source 1.7 一起设置引导类路径 [ERROR] /workspace/spark-2.2.2/common/network-common/src/main/java/org/apache/spark/network/client/TransportClient.java:144: 错误: -source 1.7 中不...原创 2018-12-04 18:09:18 · 35761 阅读 · 0 评论 -
Maven镜像仓库更换为阿里云,快速加载依赖
总共修改两个地方, 一个settings.xml配置文件, 一个 pom.xml 文件.修改maven配置文件settings.xml (当然也可以在用户home目录.m2下面添加一个settings.xml文件,记得备份.)在 apache-maven-3.x.x/conf 目录下.<mirror> <id>nexus-aliyun...原创 2019-03-01 21:59:30 · 2914 阅读 · 0 评论