WorldGuardWrapper/implementation/pom.xml

39 lines
1.1 KiB
XML
Raw Normal View History

2018-08-02 01:04:23 +02:00
<?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>
<parent>
<groupId>org.codemc.worldguardwrapper</groupId>
<artifactId>worldguardwrapper-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
2018-08-02 01:04:23 +02:00
</parent>
<artifactId>worldguardwrapper-implementation</artifactId>
<packaging>pom</packaging>
<modules>
<module>interface</module>
<module>v6</module>
<module>v7</module>
</modules>
<name>WorldGuardWrapper-Implementation</name>
2018-08-02 01:12:07 +02:00
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
2018-08-02 01:04:23 +02:00
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
<repository>
<id>sk89q-repo</id>
<url>http://maven.sk89q.com/repo/</url>
</repository>
</repositories>
</project>