blob: 2fa33b1cb855e265909a60595c9f4e3dbc1daf61 [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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>brooklyn-examples-webapps-parent</artifactId>
<name>Brooklyn Examples Support Aggregator Project - Webapps</name>
<description>
Brooklyn examples module, building the Brooklyn examples.
</description>
<parent>
<groupId>io.brooklyn.example</groupId>
<artifactId>brooklyn-examples-parent</artifactId>
<version>0.4.0</version> <!-- BROOKLYN_VERSION -->
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>hello-world-webapp</module>
<module>hello-world-sql</module>
<module>hello-world-hadoop-jar</module>
<module>hello-world-hadoop</module>
</modules>
</project>