<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/maven-v4_0_0.xsd"> <parent> <artifactId>gazelle-objects-checker</artifactId> <groupId>net.ihe.gazelle</groupId> <version>3.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-api-jar</artifactId> <name>HL7Templates API JAR</name> <version>3.0.5-SNAPSHOT</version> <organization> <name>IHE-Europe</name> <url>https://ihe-europe.net/</url> </organization> <description>This module contains information related to parsing and visiting objects related to HL7 Templates Standard.</description> <issueManagement> <system>JIRA</system> <url>https://gazelle.ihe.net/jira/projects/GOC/</url> </issueManagement> <inceptionYear>2016</inceptionYear> <mailingLists> <mailingList> <name>EU_connectathon</name> <subscribe>EU_connectathon@googlegroups.com</subscribe> <unsubscribe>EU_connectathon+unsubscribe@googlegroups.com</unsubscribe> </mailingList> </mailingLists> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.20</version> <configuration> <argLine>-Dfile.encoding=UTF-8</argLine> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> <version>2.20</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.9</version> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>net.ihe.gazelle</groupId> <artifactId>hl7templates-model-jar</artifactId> <version>3.0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> </dependencies> </project>