Seems the artifacts on the staging repo are not correct, we missed the parent pom
https://repository.apache.org/content/repositories/orgapachehbase-1352/org/apache/hbase/thirdparty/ There is no hbase-thirdparty directory. This is the correct repo https://repo1.maven.org/maven2/org/apache/hbase/thirdparty <https://repo1.maven.org/maven2/org/apache/hbase/thirdparty/hbase-thirdparty/> You can see that there is a hbase-thirdparth directory. When compiling maven will go to this url https://repository.apache.org/content/repositories/orgapachehbase-1352/org/apache/hbase/thirdparty/hbase-thirdparty/3.1.0/hbase-thirdparty-3.1.0.pom And it will get a 404 and fail the build. Stack <[email protected]> 于2019年9月29日周日 上午8:47写道: > Please vote on apache hbase thirdparty Release Candidate (RC), > 3.1.0. This release just bumps the versions on the contained > third-party libs. > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as apache hbase thirdparty 3.1.0 > [ ] -1 Do not release this package because ... > > The tag to be voted on is 3.1.0RC0: > > https://github.com/apache/hbase-thirdparty/tree/3.1.0RC0 > > The release files, including signatures, digests, as well as CHANGES.md > and RELEASENOTES.md included in this RC can be found at: > > https://dist.apache.org/repos/dist/dev/hbase/3.1.0RC0/ > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1352/ > > Artifacts were signed with the [email protected] key which can be found in: > > https://dist.apache.org/repos/dist/release/hbase/KEYS > > To learn more about apache hbase thirdparty, please see > http://hbase.apache.org/ > > Thanks, > Your HBase Release Manager >
