Initial POMs

This commit is contained in:
Harald Kuhr
2009-09-03 20:12:44 +02:00
parent 7f79244858
commit 224c40f3f0
3 changed files with 182 additions and 0 deletions

20
all-pom.xml Executable file
View File

@@ -0,0 +1,20 @@
<?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.twelvemonkeys</groupId>
<artifactId>twelvemonkeys</artifactId>
<version>2.0</version>
<packaging>pom</packaging>
<name>Twelvemonkeys all (aggregator)</name>
<modules>
<module>twelvemonkeys-core</module>
<module>twelvemonkeys-servlet</module>
<module>twelvemonkeys-swing</module>
<module>twelvemonkeys-imageio</module>
<module>twelvemonkeys-sandbox</module>
</modules>
</project>