kemitix-checkstyle-ruleset/pom.xml

23 lines
692 B
XML
Raw Permalink Normal View History

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>
<groupId>net.kemitix.checkstyle</groupId>
2018-03-10 16:22:23 +00:00
<artifactId>kemitix-checkstyle-ruleset</artifactId>
<version>5.5.0</version>
<packaging>pom</packaging>
2016-08-02 19:51:59 +01:00
<properties>
<maven.install.skip>true</maven.install.skip>
</properties>
<modules>
<module>builder</module>
<module>ruleset</module>
<module>tile</module>
</modules>
2016-08-02 19:51:59 +01:00
2016-09-11 14:59:32 +01:00
</project>