Multiverse-Core/pom.xml

45 lines
1.5 KiB
XML
Raw Normal View History

<?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"
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>
<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
<!-- Modules -->
<modules>
<module>base</module>
<module>bukkit</module>
</modules>
<ciManagement>
<system>jenkins</system>
<url>http://ci.onarandombox.com</url>
</ciManagement>
<distributionManagement>
<repository>
2012-11-11 07:33:19 +01:00
<id>multiverse</id>
<url>http://repo.onarandombox.com/content/repositories/multiverse</url>
</repository>
2012-11-11 07:33:19 +01:00
<snapshotRepository>
<id>multiverse-snapshots</id>
2012-11-11 07:54:29 +01:00
<url>http://repo.onarandombox.com/content/repositories/bukkit-thirdparty/</url>
2012-11-11 07:33:19 +01:00
</snapshotRepository>
</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>