Steps I did
sudo apt-get install openjdk-8-jdk
sudo apt install maven
Cloned the repo and built
git clone https://github.com/data-integrations/multi-table-plugins.git
cd multi-table-plugin/
mvn clean install
ERROR
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.757 s
[INFO] Finished at: 2020-04-22T13:51:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project multi-table-plugins: Could not resolve dependencies for project io.cdap.plugin:multi-table-plugins:jar:1.2.0-SNAPSHOT: The following artifacts could not be resolved: io.cdap.cdap:cdap-etl-api:jar:6.0.0-SNAPSHOT, io.cdap.plugin:hydrator-common:jar:2.2.0-SNAPSHOT, io.cdap.cdap:cdap-data-pipeline:jar:6.0.0-SNAPSHOT, io.cdap.cdap:hydrator-test:jar:6.0.0-SNAPSHOT, jdk.tools:jdk.tools:jar:1.6: Could not find artifact io.cdap.cdap:cdap-etl-api:jar:6.0.0-SNAPSHOT in sonatype (https://oss.sonatype.org/content/groups/public) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
I don't for most of the plugins from this repository, Im getting these kinds of error messages like Could not resolve dependencies
Steps I did
Cloned the repo and built
git clone https://github.com/data-integrations/multi-table-plugins.git cd multi-table-plugin/ mvn clean installERROR
I don't for most of the plugins from this repository, Im getting these kinds of error messages like
Could not resolve dependencies