<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<!-- v4 -->
<parent>
<groupId>marmalade</groupId>
<artifactId>marmalade-parent</artifactId>
<version>0.2</version>
</parent>
<artifactId>marmalade-core</artifactId>
<name>Marmalade Core</name>
<build>
<!--
<unitTest>
<excludes>
<exclude>**/PassThroughTagTest.java</exclude>
</excludes>
</unitTest>
-->
</build>
<reports>
<report>maven-jcoverage-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-junit-report-plugin</report>
</reports>
</project>
|