intellij-test-discovery-agent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jetbrains.intellij.deps</groupId>
<artifactId>intellij-test-discovery-agent</artifactId>
<version>1.0.771</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains.intellij.deps</groupId>
<artifactId>intellij-test-discovery-agent</artifactId>
<version>1.0.771</version>
<name>Intellij Test Discovery Agent</name>
<description>Lightweight coverage during a testing session</description>
<url>https://github.com/JetBrains/intellij-coverage</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>JetBrains</id>
<name>JetBrains Team</name>
<organization>JetBrains</organization>
<organizationUrl>https://www.jetbrains.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:JetBrains/intellij-coverage.git</connection>
<developerConnection>scm:git:ssh:github.com/JetBrains/intellij-coverage.git</developerConnection>
<url>https://github.com/JetBrains/intellij-coverage</url>
</scm>
</project>