2012-11-09 21:00:55 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-07-20 16:48:46 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2012-11-09 21:00:55 +01:00
|
|
|
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>com.mvplugin</groupId>
|
|
|
|
<artifactId>MultiverseCore</artifactId>
|
|
|
|
<version>3.0-SNAPSHOT</version>
|
|
|
|
<name>Multiverse-Core</name>
|
|
|
|
<url>http://ci.onarandombox.org</url>
|
|
|
|
<description>World Management Plugin</description>
|
|
|
|
<packaging>pom</packaging>
|
2012-11-06 21:18:19 +01:00
|
|
|
|
2012-11-09 21:00:55 +01:00
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.build.number>LOCAL</project.build.number>
|
|
|
|
</properties>
|
2011-07-20 16:48:46 +02:00
|
|
|
|
2012-11-09 21:00:55 +01:00
|
|
|
<!-- Modules -->
|
|
|
|
<modules>
|
|
|
|
<module>base</module>
|
|
|
|
<module>bukkit</module>
|
|
|
|
</modules>
|
2011-09-21 19:42:44 +02:00
|
|
|
|
2012-11-09 21:00:55 +01:00
|
|
|
<ciManagement>
|
|
|
|
<system>jenkins</system>
|
|
|
|
<url>http://ci.onarandombox.com</url>
|
|
|
|
</ciManagement>
|
2011-09-21 19:42:44 +02:00
|
|
|
|
2012-11-09 21:00:55 +01:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>OnARandomBox</id>
|
|
|
|
<url>http://repo.onarandombox.com/content/repositories/multiverse</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git://github.com/multiverse/Multiverse-Core.git</connection>
|
|
|
|
<url>https://github.com/multiverse/Multiverse-Core</url>
|
|
|
|
<developerConnection>scm:git:git@github.com:multiverse/Multiverse-Core.git</developerConnection>
|
|
|
|
</scm>
|
|
|
|
</project>
|