mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2024-11-16 07:15:23 +01:00
e6757d23de
- Add bStats analytics because MCStats is down constantly - Add custom graphs: - Language pie chart - Number of registered regions - Number of rental regions - Number of buy regions - Closes #287 - In the future MCStats can be removed, for now I would like to keep complete data there for the times it does work - Could add more graphs in the future for number of friends and things like that
52 lines
1.7 KiB
XML
52 lines
1.7 KiB
XML
<?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/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>me.wiefferink</groupId>
|
|
<artifactId>areashop-parent</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>parent</version>
|
|
<name>AreaShop Parent</name>
|
|
<url>https://github.com/NLthijs48/AreaShop</url>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>spigot-repo</id>
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>sk89q-repo-wg</id>
|
|
<url>http://maven.sk89q.com/artifactory/repo/</url>
|
|
</repository>
|
|
<repository>
|
|
<id>vault-repo</id>
|
|
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
|
|
</repository>
|
|
<repository>
|
|
<id>wiefferink-repo</id>
|
|
<url>http://maven.wiefferink.me</url>
|
|
</repository>
|
|
<repository>
|
|
<id>bstats-repo</id>
|
|
<url>http://repo.bstats.org/content/repositories/releases/</url>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<maven.compiler.source>1.7</maven.compiler.source>
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
|
<build.number>#CUSTOM</build.number>
|
|
</properties>
|
|
|
|
<modules>
|
|
<module>WorldGuard 5</module>
|
|
<module>WorldGuard 6</module>
|
|
<module>WorldGuard 6_1_3</module>
|
|
<module>Interfaces</module>
|
|
<module>WorldEdit 5</module>
|
|
<module>WorldEdit 6</module>
|
|
<module>AreaShop</module>
|
|
</modules>
|
|
|
|
</project>
|