blob: 131ab5bc59bcc63b775259c40ff50d969b78c86c [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>
<groupId>org.apache.river.container</groupId>
<artifactId>river-container</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>river-container</name>
<modules>
<module>river-container-core</module>
<module>test-container</module>
<module>reggie-module</module>
<module>transient-mahalo-module</module>
<module>browser-module</module>
<module>browser</module>
<module>user-docs</module>
<module>product</module>
</modules>
<properties>
<jsk-version>2.2.2</jsk-version>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>