Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi All,
Trying to compile the latest Beta 3 source but I am getting the following error, also searching for that file manually on Maven doesnt seem to find it either?
Regards
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.joget:wflow-wfengine:jar:3.0-BETA
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.joget -DartifactId=wflow-wfengine -Dversion=3.0-BETA -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.joget -DartifactId=wflow-wfengine -Dversion=3.0-BETA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.joget:wflow-core:jar:3.0-BETA
2) org.joget:wflow-wfengine:jar:3.0-BETA
----------
1 required artifact is missing.
for artifact:
org.joget:wflow-core:jar:3.0-BETA
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22 seconds
[INFO] Finished at: Wed Aug 31 15:50:40 BST 2011
[INFO] Final Memory: 9M/22M
[INFO] ------------------------------------------------------------------------
root@bpms:/tmp/jogetworkflow-jw-community-223d717/wflow-core#