Camunda-process-test-coverage-junit5-platform7

What is the maven repo for the below dependency ?

org.camunda.community.process_test_coverage camunda-process-test-coverage-junit5-platform7 ${camunda-process-test-coverage.version} test

Hello @surind ,

it should be this one:

Jonathan

Thank you for pointing the git repo.
Tried using the below maven repos. Artifact for 2.0.0 is not found in either of the maven repos, Appreciate if you share the maven repo that has this artifact. org.camunda.community.process_test_coverage camunda-process-test-coverage-junit5-platform7

<repositories>
    <repository>
        <id>camunda-bpm-nexus</id>
        <name>camunda-bpm-nexus</name>
        <url>https://artifacts.camunda.com/artifactory/public/</url>
    </repository>
    <repository>
        <id>camunda-bpm-nexus-ee</id>
        <name>camunda-bpm-nexus-ee</name>
        <url>https://artifacts.camunda.com/artifactory/camunda-bpm-ee/</url>
    </repository>
    <repository>
        <id>maven.oracle.com</id>
        <name>oracle-maven-repo</name>
        <url>https://maven.oracle.com</url>
        <layout>default</layout>
        <releases>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </releases>
    </repository>
    <repository>
        <id>repo1.maven.org</id>
        <name>maven-central-repo</name>
        <url>http://repo1.maven.org/maven2/</url>
        <layout>default</layout>
        <releases>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </releases>
    </repository>
</repositories>

Hi @surind,

I found this dependency on maven central:

<dependency>
  <groupId>org.camunda.community.process_test_coverage</groupId>
  <artifactId>camunda-process-test-coverage-junit5-platform-7</artifactId>
  <version>2.0.0</version>
</dependency>

It seems that the team renamed the artifact and put a dash between camunda and 7.

Hope this helps, Ingo

1 Like

Thank you this is working fine. Please update the documentation with the correct name