cdc-impex-report
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-report</artifactId>
<version>0.61.1</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex</artifactId>
<version>0.61.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cdc-impex-report</artifactId>
<packaging>pom</packaging>
<name>CDC - Imports/Exports - Report</name>
<description>Imports/Exports Report.</description>
<url>https://www.gitlab.com/cdc-java/cdc-impex</url>
<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>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core-json</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core-workbooks</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-core-xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-db</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-demos</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitlab.cdc-java.impex</groupId>
<artifactId>cdc-impex-tools</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>