mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 00:47:42 +01:00
19 lines
469 B
XML
19 lines
469 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>net.pl3x.purpur</groupId>
|
|
<artifactId>purpur-parent</artifactId>
|
|
<version>dev-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>Purpur (Parent)</name>
|
|
|
|
<build>
|
|
<defaultGoal>install</defaultGoal>
|
|
<finalName>${project.artifactId}</finalName>
|
|
</build>
|
|
<modules>
|
|
<module>Purpur-API</module>
|
|
<module>Purpur-Server</module>
|
|
</modules>
|
|
</project>
|