I am trying to build Activiti-rest war using Activiti source base 5.18 version. While building source code, I am getting below error message. [ERROR] Failed to execute goal on project activiti-webapp-rest2: Could not resolve dependencies for project org.activiti:activiti-webapp-rest2:war:5.18.1-SNAPSHOT: The following artifacts could not be resolved: org.activiti:activiti-spring:jar:5.18.1-SNAPSHOT, org.activiti:activiti-rest:jar:5.18.1-SNAPSHOT, org.activiti:activiti-json-converter:jar:5.18.1-SNAPSHOT: Failure to find org.activiti:activiti-spring:jar:5.18.1-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [Help 1] This is because of sonatype repository(https://oss.sonatype.org/#nexus-search;quick~activiti-spring) does not have latest version of activiti-spring, activiti-json-converter, activiti-rest dependencies with version "5.18.1-SNAPSHOT".
Due to this reason, I am unable to build activiti-rest module. Could you please add these dependencies for "5.18.1-SNAPSHOT" version.
You should not need those from the sonatype respository. If you have cloned the whole Activiti project, those modules will be there and you can build and install them locally.