2016-08-02 19:51:59 +01:00
|
|
|
<?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>
|
|
|
|
|
2018-01-07 19:29:36 +00:00
|
|
|
<groupId>net.kemitix.checkstyle</groupId>
|
2018-03-10 16:22:23 +00:00
|
|
|
<artifactId>kemitix-checkstyle-ruleset</artifactId>
|
2018-01-16 22:46:30 +00:00
|
|
|
<version>4.1.0-SNAPSHOT</version>
|
2017-01-03 20:08:58 +00:00
|
|
|
<packaging>pom</packaging>
|
2016-08-02 19:51:59 +01:00
|
|
|
|
2018-01-16 22:36:27 +00:00
|
|
|
<properties>
|
|
|
|
<maven.install.skip>true</maven.install.skip>
|
|
|
|
</properties>
|
|
|
|
|
2017-01-03 20:08:58 +00:00
|
|
|
<modules>
|
|
|
|
<module>builder</module>
|
|
|
|
<module>ruleset</module>
|
2017-04-02 13:32:00 +01:00
|
|
|
<module>regressions</module>
|
2018-01-16 22:23:33 +00:00
|
|
|
<module>tile</module>
|
2017-01-03 20:08:58 +00:00
|
|
|
</modules>
|
2016-08-02 19:51:59 +01:00
|
|
|
|
2016-09-11 14:59:32 +01:00
|
|
|
</project>
|