kemitix-parent/tiles/checkstyle/pom.xml

17 lines
603 B
XML
Raw Normal View History

2017-12-22 19:17:58 +00: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">
2017-12-22 20:11:03 +00:00
<parent>
2017-12-22 20:15:11 +00:00
<artifactId>tiles-parent</artifactId>
2017-12-22 20:11:03 +00:00
<groupId>net.kemitix.tiles</groupId>
<version>0.1.0</version>
2017-12-22 20:15:11 +00:00
<relativePath>../tiles-parent/pom.xml</relativePath>
2017-12-22 20:11:03 +00:00
</parent>
2017-12-22 19:17:58 +00:00
<modelVersion>4.0.0</modelVersion>
2017-12-22 20:00:53 +00:00
<artifactId>checkstyle-tile</artifactId>
2017-12-22 19:17:58 +00:00
<packaging>tile</packaging>
</project>