Hi,
I was trying to build the “camunda-bpm-platform” project from source by following the explanation in this page https://github.com/camunda/camunda-bpm-platform/blob/master/CONTRIBUTING.md. I did the following steps:
- Clone the project from GitHub https://github.com/camunda/camunda-bpm-platform
- Adjusting the maven nexus-settings.xml
- Build it from source by following the command in the GitHub CONTRIBUTING.md and skip the tests: mvn clean install -pl ‘!webapps,!org.camunda.bpm.run:camunda-bpm-run-modules-swaggerui’ -DskipTests=true
As I execute the command, the following error occured:
[ERROR] Failed to execute goal on project camunda-bpm-run-assembly: Could not resolve dependencies for project org.camunda.bpm.run:camunda-bpm-run-assembly:pom:7.19.0-SNAPSHOT: Failed to collect dependencies at org.camunda.bpm.run:camunda-bpm-run-modules-swaggerui:jar:7.19.0-SNAPSHOT: Failed to read artifact descriptor for org.camunda.bpm.run:camunda-bpm-run-modules-swaggerui:jar:7.19.0-SNAPSHOT: Could not transfer artifact org.camunda.bpm.run:camunda-bpm-run-modules-swaggerui:pom:7.19.0-SNAPSHOT from/to fix-maven-snapshots-issue-with-nexus (allow-parent-pom-resolving-when-snapshot): Cannot access allow-parent-pom-resolving-when-snapshot with type default using the available connector factories: BasicRepositoryConnectorFactory, BasicRepositoryConnectorFactory → [Help 1]
How can I solve this?