<?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">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <artifactId>owlapi-gwt-parent</artifactId>
        <groupId>net.sourceforge.owlapi</groupId>
        <version>3.4.8</version>
        <relativePath>../</relativePath>
    </parent>

    <!-- groupId and version are inherited from the parent pom -->
    <artifactId>owlapi-gwt-supersource</artifactId>
    <packaging>jar</packaging>
    <name>owlapi-gwt-supersource</name>
    <description>
        This maven module contains source code that is used for client
        side emulation and is placed in the supersource directory.
    </description>

    <build>
        <resources>
            <resource>
                <directory>src/main/java</directory>
                <targetPath>${superSourceDirectory}</targetPath>
            </resource>
        </resources>
    </build>

</project>