<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>
    <parent>
        <groupId>xdoclet-plugins</groupId>
        <artifactId>xdoclet-plugins</artifactId>
        <version>1.0.4-SNAPSHOT</version>
    </parent>
    <artifactId>xdoclet-plugin-keel</artifactId>
    <!--<groupId>org.codehaus.xdoclet</groupId>-->
    <groupId>xdoclet-plugins</groupId>
    <packaging>jar</packaging>
    <name>XDoclet2 Example Plugin</name>
    <version>0.0.1</version>
    <inceptionYear>2005</inceptionYear>
    <properties>
        <namespace>example</namespace>
    </properties>
    <build>
        <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
        <plugins>
            <plugin>
                <groupId>xdoclet</groupId>
                <artifactId>maven2-xdoclet2-plugin</artifactId>
                <version>2.0.5-SNAPSHOT</version>
                <dependencies>
                    <dependency>
                        <groupId>xdoclet-plugins</groupId>
                        <artifactId>xdoclet-plugin-qtags</artifactId>
                        <version>1.0.3</version>
                    </dependency>
                    <dependency>
                        <groupId>xdoclet-plugins</groupId>
                        <artifactId>xdoclet-plugin-plugin</artifactId>
                        <version>1.0.3</version>
                    </dependency>
                </dependencies>
            </plugin>
        </plugins>
    </build>
</project>
