I am a developer. I tried to compile and run the source code of the project in VS Code and Windows operating system based on the instructions provided by KNIME.
First KNIME with command
git clone GitHub - knime/knime-core: KNIME Analytics Platform --config core.longpaths=true
I uploaded it to my system
Then I installed jdk-17 and apache-maven-3.9.9 and set Environment Variables correctly.
Unfortunately, I receive the following error messages when executing the mvn clean install command. Please help me how to solve this problem.
PS C:\SDH\knime-core> mvn clean install
[WARNING] The POM for com.nuance.clu.maven:maven-feature-branch-extension:jar:1.2.1.0021-407a3b6 is missing, no dependency information available
[ERROR] Error executing Maven.
[ERROR] Extension com.nuance.clu.maven:maven-feature-branch-extension:1.2.1.0021-407a3b6 or one of its dependencies could not be resolved: Plugin com.nuance.clu.maven:maven-feature-branch-extension:1.2.1.0021-407a3b6 or one of its dependencies could not be resolved:
com.nuance.clu.maven:maven-feature-branch-extension:jar:1.2.1.0021-407a3b6 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
[ERROR] Caused by: Plugin com.nuance.clu.maven:maven-feature-branch-extension:1.2.1.0021-407a3b6 or one of its dependencies could not be resolved:
com.nuance.clu.maven:maven-feature-branch-extension:jar:1.2.1.0021-407a3b6 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced