openesb-components/contrib-gestalt/encoding/gzip.impl/pom.xml

56 lines
1.5 KiB
XML
Executable File

<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gestalt.encoding</groupId>
<artifactId>encoding-gzip-impl</artifactId>
<packaging>jar</packaging>
<version>0.8</version>
<name>Encoding GZIP Impl</name>
<url>http://www.gestalt-llc.com</url>
<parent>
<groupId>com.gestalt.encoding</groupId>
<artifactId>encoding</artifactId>
<version>0.8.1</version>
</parent>
<dependencies>
<dependency>
<groupId>com.gestalt.encoding</groupId>
<artifactId>encoding-api</artifactId>
<version>0.8</version>
</dependency>
<!-- The following dependencies are needed ONLY for testing -->
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>./</directory>
<includes>
<include>license.txt</include>
</includes>
</resource>
</resources>
</build>
<reports>
<report>maven-javadoc-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-jxr-plugin</report>
</reports>
</project>