TencentFemas / femas

JavaAgent-based Microservice Governance Platform
https://zilongtong.notion.site/Femas-Home-4e1ad62bc48d4f23b6063c460a337c40
Other
474 stars 138 forks source link

can not compile the project by maven success with public maven repository #12

Open xiaohongxiedaima opened 2 years ago

xiaohongxiedaima commented 2 years ago
<spring.cloud.tencent.version>1.0.0.2020-SNAPSHOT</spring.cloud.tencent.version>
<spring.cloud.tencent.version>1.0.0.Greenwich-SNAPSHOT</spring.cloud.tencent.version>

can not find spring-cloud-tencent-dependencies in public maven repository

zilongTong commented 2 years ago

mvn -Dmaven.test.skip=true clean install -U ,about mvn central repo , we need deploy

yAoOw commented 2 years ago

image

this is what i got when i run mvn -Dmaven.test.skip=true clean install -U at root dir

yuanrengu commented 2 years ago

when i run mvn -Dmaven.test.skip=true clean install -U at root dir. BUILD SUCCESS

image

marvel00000 commented 2 years ago

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.

lusains commented 2 years ago

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 image

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. image

Linzyoo commented 2 years ago

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