coverage
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>coverage</artifactId>
<version>24.6.0</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>reactivewizard-parent</artifactId>
<groupId>se.fortnox.reactivewizard</groupId>
<version>24.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>coverage</artifactId>
<dependencies>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-api</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-binding</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-bootstrap</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-client</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-config</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-dao</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-dbmigrate</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-jaxrs-api</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-jaxrs-api-test</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-json</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-metrics</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-server</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-test</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-utils</artifactId>
</dependency>
<dependency>
<groupId>se.fortnox.reactivewizard</groupId>
<artifactId>reactivewizard-validation</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>report</id>
<goals>
<goal>report-aggregate</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>