mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-14 14:25:30 +01:00
046c987a31
This commit is to maven-ify this repo into something a little more usable to anyone who isn't me
13 lines
482 B
XML
13 lines
482 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>
|
|
|
|
<groupId>net.ME1312.SubServers</groupId>
|
|
<artifactId>SubServers.Client</artifactId>
|
|
<version>-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>Bukkit</module>
|
|
</modules>
|
|
</project> |