camunda-community-hub/camunda-process-test-coverage

Failed to read artifact descriptor for org.camunda.bpm.extension:camunda-bpm-process-test-coverage-starter:jar:1.0.2

SlMarti opened this issue · 3 comments

Hi team,

Spring Boot 2.5.4
Camunda 7.16

Unable to include dependency: camunda-bpm-process-test-coverage-starter.

<dependency> <groupId>org.camunda.bpm.extension</groupId> <artifactId>camunda-bpm-process-test-coverage-starter</artifactId> <version>${camunda-bpm-process-test-coverage.version}</version> <scope>test</scope> </dependency>

`[INFO] Validation error:

[ERROR] org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.camunda.bpm.extension:camunda-bpm-process-test-coverage-starter:jar:1.0.2
[ERROR] Maven server structure problem`

Hi,

this is crazy, can you replay it and this time call mvn clean package -U.
Is the problem still there?

Cheers,

Simon

Hi,

It seems the problem is solved. I successfully imported camunda-bpm-process-test-coverage-starter dependency.
Thanks!

WBR,

Mstislav

By the way, we released 1.0.3 and it is already available in the Maven central.