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

    <parent>
        <groupId>io.smallrye</groupId>
        <artifactId>smallrye-parent</artifactId>
        <version>6</version>
    </parent>

    <artifactId>smallrye-code-rules</artifactId>
    <version>1</version>

    <name>SmallRye: Code Rules</name>
    <description>SmallRye: Code Rules</description>
    <url>http://smallrye.io</url>

    <packaging>jar</packaging>

    <build>
        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>false</filtering>
            </resource>
        </resources>
    </build>

    <scm>
        <connection>scm:git:git@github.com:smallrye/smallrye-code-rules.git</connection>
        <developerConnection>scm:git:git@github.com:smallrye/smallrye-code-rules.git</developerConnection>
        <url>git@github.com:smallrye/smallrye-code-rules.git</url>
        <tag>smallrye-code-rules-1</tag>
    </scm>
</project>