blob: d0ece24ea4fb3823bd3f9edde1b865a269033d51 [file] [log] [blame]
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>mwar131</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<name>MWAR-131 Integration Test</name>
<url>http://maven.apache.org</url>
<build>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>@pom.version@</version>
</plugin>
</plugins>
</build>
<modules>
<module>mwar131-webapp</module>
<module>mwar131-test</module>
<module>mwar131-webapp2</module>
</modules>
</project>