1
0
-1

Failed to execute goal on project wflow-wfengine: Could not resolve dependencies for project org.joget:wflow-wfengine:jar:7.0-SNAPSHOT: Could not find artifact org.joget:wflow-directory:jar:7.0-SNAPSHOT

I have installed the third party libraries, but still facing this problem.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, from the error "Could not find artifact org.joget:wflow-directory:jar:7.0-SNAPSHOT" it appears that you do not have the wflow-directory project built correctly. Did you accurately follow the steps from Build Source Code on Windows

      1. Manjeet

        Hi Anders,

        Yes, I followed the steps accurately as mentioned in the documentation. But, still getting the following error:


        INFO 23 Mar. 2021 08:17:22 bitronix.tm.BitronixTransactionManager - shutting down Bitronix Transaction Manager
        [INFO] ------------------------------------------------------------------------
        [INFO] Reactor Summary for wflow-app 7.0-SNAPSHOT:
        [INFO]
        [INFO] wflow-jdbc ......................................... SUCCESS [ 1.429 s]
        [INFO] wflow-commons ...................................... SUCCESS [ 10.473 s]
        [INFO] wflow-plugin-base .................................. SUCCESS [ 4.872 s]
        [INFO] wflow-plugin-archetype ............................. SUCCESS [ 0.868 s]
        [INFO] wflow-directory .................................... FAILURE [ 10.002 s]
        [INFO] wflow-wfengine ..................................... SKIPPED
        [INFO] wflow-core ......................................... SKIPPED
        [INFO] wflow-consoleweb ................................... SKIPPED
        [INFO] wflow-app .......................................... SKIPPED
        [INFO] ------------------------------------------------------------------------
        [INFO] BUILD FAILURE
        [INFO] ------------------------------------------------------------------------
        [INFO] Total time: 28.150 s
        [INFO] Finished at: 2021-03-23T08:17:22+10:00
        [INFO] ------------------------------------------------------------------------
        [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project wflow-directory: There are test failures.
        [ERROR]

        Could you please help?

      CommentAdd your comment...