Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

got error when build package #7

Closed
witskeeper opened this issue Jan 2, 2019 · 6 comments
Closed

got error when build package #7

witskeeper opened this issue Jan 2, 2019 · 6 comments

Comments

@witskeeper
Copy link

mvn package

Could not resolve dependencies for project org.apache.skywalking:storage-elasticsearch5x-plugin:jar:6.0.0-alpha: Failure to find org.apache.skywalking:server-starter:jar:6.0.0-beta-SNAPSHOT in http://xxx.xxxx.com/repository/m
aven-public/ was cached in the local repository, resolution will not be reattempted until the update interval of nexus-maven-public has elapsed or updates are forced

@witskeeper
Copy link
Author

where can i get org.apache.skywalking:server-starter:jar:6.0.0-beta-SNAPSHOT

@witskeeper
Copy link
Author

can u publish a jar package?

@wu-sheng
Copy link
Member

wu-sheng commented Jan 2, 2019

Beta is wrong dependency. Should depend on release version, no snapshot.

@witskeeper
Copy link
Author

change pom.xml

<core.version>6.0.0-beta-SNAPSHOT</core.version>

to

<core.version>6.0.0-beta</core.version>

and get error:

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project storage-elasticsearch5x-plugin: Compilation failure: Compilation failure:
nt/ElasticSearchClient5x.java:[26,53] 找不到符号
[ERROR]   符号:   类 StringUtils
[ERROR]   位置: 程序包 org.apache.skywalking.oap.server.library.util

@witskeeper
Copy link
Author

witskeeper commented Jan 2, 2019

maybe missing

org.apache.skywalking.oap.server.library.client.NameSpace;

@YoungHu
Copy link

YoungHu commented Jan 4, 2019

take pr #6 to build

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants