Open xiaohongxiedaima opened 2 years ago
mvn -Dmaven.test.skip=true clean install -U ,about mvn central repo , we need deploy
this is what i got when i run mvn -Dmaven.test.skip=true clean install -U at root dir
when i run mvn -Dmaven.test.skip=true clean install -U
at root dir. BUILD SUCCESS
Can you compile success in lastest develop branch?
errors: 'dependencies.dependency.version' for com.tencent.cloud:spring-cloud-starter-tencent-polaris-discovery:jar is missing.
I can't compile success with lastest develop branch can not find spring-cloud-tencent-dependencies:1.0.0.2020-SNAPSHOT in public maven repository
find the version 1.3.0-Greenwich.SR6 on public repo ,replace it but compile error wtih missing polaris.pojo.PolarisServiceInstance, fixed import from common.pojo.PolarisServiceInstance works.
I can not compile success by command "mvn -Dmaven.test.skip=true clean install -U" too, and here are the warning message and error message: warning: Could not transfer metadata io.grpc:grpc-core/maven-metadata.xml from/to nexus-releases (https://oss.sonatype.org/service/local/staging/deploy/maven2/): Not authorized
error: [ERROR] /Users/lingzhi/git/femas/femas-config/src/main/java/com/tencent/tsf/femas/config/grpc/paas/PaasPollingGrpc.java:[10,18] 找不到符号 符号: 类 Generated 位置: 程序包 javax.annotation [INFO] 1 error [INFO] -------------------------------------------------------------
can not find
spring-cloud-tencent-dependencies
in public maven repository