21 lines
804 B
XML
21 lines
804 B
XML
<?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>net.kemitix</groupId>
|
|
<artifactId>kemitix-checkstyle-ruleset-sample-parent</artifactId>
|
|
<version>2.4.0-SNAPSHOT</version>
|
|
<relativePath>../sample-parent</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
|
|
<version>2.4.0-SNAPSHOT</version>
|
|
|
|
<name>Kemitix Checkstyle Ruleset Plugin Sample</name>
|
|
<description>Sample usage of the Kemitix Checkstyle Ruleset Plugin</description>
|
|
|
|
</project>
|