DUCCModules-1.2-calcite-20190120.194743-4.pom

Checksums

MD5 e890e90787093619b654878d7262893f
SHA1 357efa85d2d6db8f502effe451d9410f32dd4b71
SHA256 1775848fab275a513a1290f444e2ac632340690181747820aad5a354c981bf24
SHA512 579d72d54f830ed1bca67e02c26608c68939c7347ff94c47570d25255513a3e392275d92641a87d496be6bba4819a13b7a07c5943d86fc20abfd6d2bf25f5390

POM

<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">
    <modelVersion>4.0.0</modelVersion>

    <groupId>de.metanome.algorithms.ducc</groupId>
    <artifactId>DUCCModules</artifactId>
    <packaging>pom</packaging>

    <name>DUCCModules</name>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <parent>
        <groupId>de.metanome.algorithms</groupId>
        <artifactId>algorithms</artifactId>
        <version>1.2-calcite-SNAPSHOT</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modules>
        <module>ducc_algorithm_helper</module>
        <module>ducc_algorithm</module>
        <module>ducc_for_metanome</module>
        <module>ducc_test_helper</module>
    </modules>
</project>