<?xml version="1.0" encoding="UTF-8"?>
<project>
    <pomVersion>3</pomVersion>
    <artifactId>test</artifactId>
    <name>Test</name>
    <groupId>test</groupId>
    <currentVersion>1.0</currentVersion>
    <inceptionYear>2005</inceptionYear>
    <logo>/images/logo.gif</logo>
    <mailingLists>
        <mailingList>
            <name>${pom.name} Dev List</name>
        </mailingList>
        <mailingList>
            <name>${pom.name} User List</name>
        </mailingList>
    </mailingLists>
    <build>
        <sourceDirectory>src</sourceDirectory>
        <unitTest>
            <includes>
                <include>**/*Test.java</include>
            </includes>
        </unitTest>
    </build>
</project>


