kemitix-parent/checkstyle/pom.xml

27 lines
887 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>
<artifactId>kemitix-maven-tiles</artifactId>
<groupId>net.kemitix.tiles</groupId>
<version>0.1.0-SNAPSHOT</version>
</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>
<build>
<plugins>
<plugin>
<groupId>io.repaint.maven</groupId>
<artifactId>tiles-maven-plugin</artifactId>
<version>${tiles-maven-plugin.version}</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>