WeBankFinTech / DataSphereStudio

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
https://github.com/WeBankFinTech/DataSphereStudio-Doc
Apache License 2.0
3.08k stars 1k forks source link

schedulis:pom:0.6.1 could not find #416

Closed jackxu2011 closed 3 years ago

jackxu2011 commented 3 years ago

maven clean package Could not find artifact com.webank.wedatasphere.schedulis:schedulis:pom:0.6.1

the artifact com.webank.wedatasphere.schedulis:azkaban-common:pom:0.6.1 's parent

sysuzhang commented 3 years ago

i have meet the same error

sysuzhang commented 3 years ago

I fix this error, we need to install the dependency first:

  1. navigate to https://github.com/WeBankFinTech/Schedulis/releases/tag/release-0.6.1
  2. Down load the Schedulis-release-0.6.1.tar.gz
  3. build and install the Schedulis-0.6.1 by mvn install
  4. return to the DataSphereStudio project and retry, finally I got success.
jackxu2011 commented 3 years ago

i just want the artifact com.webank.wedatasphere.schedulis:schedulis:pom:0.6.1 can be push to maven center. reduce the cost for the new user