You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I think that if a classifier that includes all platforms could be provided, like com.clickhouse:clickhouse-jdbc:0.9.8:all, it would obviously reduce user confusion. After all, https://repo1.maven.org/maven2/org/apache/opendal/opendal/0.48.3/ already shows that there is no build artifact for the linux/riscv64 platform. Importing the OpenDal dependency by users of the linux/riscv64 platform should directly cause the project build to fail.
Feature Description
all-classifier for the Maven moduleorg.apache.opendal:opendal.Problem and Solution
kr.motd.maven:os-maven-plugin:1.7.0to detect theos.detected.classifierproperty. The link https://repo1.maven.org/maven2/org/apache/opendal/opendal/0.48.3/ records all availableos.detected.classifierproperties.com.clickhouse:clickhouse-jdbc:0.9.8:all, it would obviously reduce user confusion. After all, https://repo1.maven.org/maven2/org/apache/opendal/opendal/0.48.3/ already shows that there is no build artifact for thelinux/riscv64platform. Importing the OpenDal dependency by users of thelinux/riscv64platform should directly cause the project build to fail.Additional Context
linux/riscv64CI to the OpenDAL side.Are you willing to contribute to the development of this feature?