Waterfall/pom.xml

26 lines
830 B
XML
Raw Normal View History

2016-12-10 02:55:05 +01:00
<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>io.github.waterfallmc</groupId>
2021-06-09 00:23:21 +02:00
<artifactId>flamecord-super</artifactId>
2016-12-10 02:55:05 +01:00
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
2021-06-09 00:23:21 +02:00
<name>FlameCord-Super</name>
<description>Super project for FlameCord.</description>
2021-06-09 23:42:09 +02:00
<url>https://github.com/2lstudios-mc/FlameCord</url>
2016-12-10 02:55:05 +01:00
<modules>
2021-06-09 00:23:21 +02:00
<module>FlameCord-Proxy</module>
2016-12-10 02:55:05 +01:00
</modules>
<build>
<defaultGoal>clean install</defaultGoal>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>