<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>
    <artifactId>EPD-1.2-Generic</artifactId>
    <version>1.0.2</version>
    <packaging>jar</packaging>

    <parent>
        <groupId>com.okworx.ilcd.validation.profiles</groupId>
        <artifactId>validation-profiles</artifactId>
        <version>1.0.0</version>
        <relativePath>../..</relativePath>
    </parent>

    <build>
        <plugins>
            <plugin><!-- overwrite content of parent with local files -->
                <artifactId>maven-resources-plugin</artifactId>
                <version>3.1.0</version>
            </plugin>
            <plugin><!-- set target/jar-content as source directory for jar -->
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>${mavenJarPluginVersion}</version>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>truezip-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>

    <scm>
        <connection>scm:git:https://bitbucket.org/okusche/ilcdvalidation-profiles.git</connection>
        <developerConnection>scm:git:https://okusche@bitbucket.org/okusche/ilcdvalidation-profiles.git</developerConnection>
        <url>https://bitbucket.org/okusche/ilcdvalidation-profiles.git</url>
        <tag>EPD-1.2-Generic-1.0.2</tag>
    </scm>
</project>