scope-coverage-tests-e2e
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-coverage-tests-e2e</artifactId>
<version>0.15.1-beta.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-coverage-tests</artifactId>
<version>0.15.1-beta.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scope-coverage-tests-e2e</artifactId>
<name>Scope Coverage Tests - E2E</name>
<description>
Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly
identify, troubleshoot and fix failed builds.
This artifact contains Coverage E2E Tests for Scope.
</description>
<dependencies>
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-coverage-test-utils</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>