Failed to execute goal on project wflow-engine
Hi all,
I am trying to Build Source Code on Windows and currently am hitting this error upon mvn clean install:
[ERROR] Failed to execute goal on project wflow-wfengine: Could not resolve dependencies for project org.joget:wflow-wfengine:jar:7.0-SNAPSHOT: The following artifacts could not be resolved: EnhydraShark:shark-maven:jar:2.0.1, EnhydraShark:sharkscripting-standard:jar:2.0.1, EnhydraShark:sharkclientutilities-misc:jar:2.0.1, EnhydraShark:sharkinstancepersistence-dods:jar:2.0.1, EnhydraShark:sharkinstancepersistence-dodslayer:jar:2.0.1, EnhydraShark:sharkrepositorypersistence-dods:jar:2.0.1, EnhydraShark:sharkrepositorypersistence-dodslayer:jar:2.0.1, EnhydraShark:sharklogging-standard:jar:2.0.1, TogetherRelationalObjects:dbmanager:jar:7.1-1-professional, TogetherApplicationFramework:eaf-api:jar:7.1-1-community, TogetherApplicationFramework:eafconfreader:jar:7.1-1-community: Could not find artifact EnhydraShark:shark-maven:jar:2.0.1 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
EDIT:
When I try to Install the 3rd Party Libraries I got the following Error:
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\xxx\install-libraries). Please verify you invoked Maven from the correct directory. -> [Help 1]
org.apache.maven.lifecycle.MissingProjectException: The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\xxx\install-libraries).
I can't find the POM file from the download link.
Can someone please help me. Thanks in advance.