Files
BananaPuncher714 c2aa41fe58 Move each application to its own submodule
Removed JOML and Bukkit depednencies for the standalone applications
2026-03-15 15:16:42 -04:00

23 lines
797 B
XML

<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>
<parent>
<groupId>com.aaaaahhhhhhh.bananapuncher714</groupId>
<artifactId>mc-mesh-application</artifactId>
<version>0.0.1</version>
</parent>
<artifactId>mc-mesh-application-visualizer</artifactId>
<version>0.0.1</version>
<packaging>pom</packaging>
<modules>
<module>Test1</module>
<module>Test2</module>
<module>Test3</module>
<module>Test4</module>
<module>Test5</module>
<module>Test6</module>
<module>Test7</module>
</modules>
</project>