mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-03-20 00:00:03 -04:00
Initial POMs
This commit is contained in:
20
all-pom.xml
Executable file
20
all-pom.xml
Executable 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>
|
||||
Reference in New Issue
Block a user