Obsah pom.xml podprojektu

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>cz.softeu.test</groupId>
    <artifactId>test-web</artifactId>
    <packaging>war</packaging>

    <parent>
        <groupId>cz.softeu.test</groupId>
        <artifactId>test-proj</artifactId>
        <version>1.0-SNAPSHOT</version>
    </parent>

    <dependencies>
        <dependency>
            <groupId>jboss</groupId>
            <artifactId>jboss-seam</artifactId>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>
 
www.softeu.cz
22/37