styx-report
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-report</artifactId>
<version>2.1.179</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>
<artifactId>styx</artifactId>
<groupId>com.spotify</groupId>
<version>2.1.179</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>styx-report</artifactId>
<dependencies>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-api-service</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-cli</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-cli-unshaded</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-client</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-common</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-e2e-test</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-scheduler-service</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-service-common</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-standalone-service</artifactId>
</dependency>
<dependency>
<groupId>com.spotify</groupId>
<artifactId>styx-test</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>report-aggregate</id>
<phase>verify</phase>
<goals>
<goal>report-aggregate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>