1
0
-1

I am trying to follow Build using source on Windows. All previous commands runs successfully but when I run the last command mvn clean install  it breaks and gives following error. I have tried to check on Enhydra Shark on internet but can't find the repositories used in the wflow-wfengine's pom.xml 

[ERROR] Failed to execute goal on project wflow-wfengine: Could not resolve dependencies for project org.joget:wflow-wfengine:jar:8.1-SNAPSHOT
[ERROR] dependency: EnhydraShark:shark-maven:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:shark-maven:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkscripting-standard:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkscripting-standard:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkclientutilities-misc:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkclientutilities-misc:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkinstancepersistence-dods:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkinstancepersistence-dods:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkinstancepersistence-dodslayer:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkinstancepersistence-dodslayer:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkrepositorypersistence-dods:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkrepositorypersistence-dods:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharkrepositorypersistence-dodslayer:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharkrepositorypersistence-dodslayer:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: EnhydraShark:sharklogging-standard:jar:2.0.1 (compile)
[ERROR]         Could not find artifact EnhydraShark:sharklogging-standard:jar:2.0.1 in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: TogetherRelationalObjects:dbmanager:jar:7.1-1-professional (compile)
[ERROR]         Could not find artifact TogetherRelationalObjects:dbmanager:jar:7.1-1-professional in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: TogetherApplicationFramework:eaf-api:jar:7.1-1-community (compile)
[ERROR]         Could not find artifact TogetherApplicationFramework:eaf-api:jar:7.1-1-community in central (https://repo.maven.apache.org/maven2)
[ERROR] dependency: TogetherApplicationFramework:eafconfreader:jar:7.1-1-community (compile)
[ERROR]         Could not find artifact TogetherApplicationFramework:eafconfreader:jar:7.1-1-community in central (https://repo.maven.apache.org/maven2)
[ERROR]
[ERROR] -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :wflow-wfengine


  1. Muhammad Junaid Khalid

    Update: I download the jar files of Enydra Shark from this link but I am still missing shark-maven-2.0.1.jar , dbmanager form TogetherRelationalObjects , eaf-api from TogetherApplicationFramework  and eafconfreader from TogetherApplicationFramework . Please help me getting these.

CommentAdd your comment...

1 answer

  1.  
    3
    2
    1

    You need some repositories inside your ~/.m2 folder. Download here: repository, extract, and place the folder in ~/.m2 folder

    1. Muhammad Junaid Khalid

      Thanks it really helped

    CommentAdd your comment...