scope-coverage-tests-java7
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-coverage-tests-java7</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-java7</artifactId>
<name>Scope Coverage Tests - Java7</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 Tests for Java7 implementation for Scope.
</description>
<properties>
<bytecode.version>7</bytecode.version>
</properties>
<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>