2
0
Fork 0
imxmi/demo-petstore/pom.xml
2011-12-31 00:07:21 +01:00

19 lines
747 B
XML

<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>
<artifactId>vasc</artifactId>
<groupId>net.forwardfire.vasc</groupId>
<version>0.3.5-SNAPSHOT</version>
</parent>
<groupId>net.forwardfire.vasc</groupId>
<artifactId>demo-petstore</artifactId>
<version>0.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>demo-petstore</name>
<description>demo-petstore</description>
<modules>
<module>demo-petstore-ejb</module>
<module>demo-petstore-war</module>
<module>demo-petstore-ear</module>
</modules>
</project>