123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255 |
- <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>xyz.spaceio</groupId>
- <artifactId>CustomOreGen</artifactId>
- <version>1.3.33-SNAPSHOT</version>
- <repositories>
- <!-- Spigot repository -->
- <repository>
- <id>spigot-repo</id>
- <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
- </repository>
- <!-- CodeMC repository -->
- <repository>
- <id>codemc-repo</id>
- <url>https://repo.codemc.org/repository/maven-public/</url>
- </repository>
- <!-- PlotSquared repos -->
- <repository>
- <id>athion-repo</id>
- <url>http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/</url>
- </repository>
- <repository>
- <id>intellectualsites snapshots</id>
- <url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url>
- </repository>
- <repository>
- <id>enginehub</id>
- <url>https://maven.enginehub.org/repo</url>
- </repository>
- <!-- Placeholder repository -->
- <repository>
- <id>placeholderapi</id>
- <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
- </repository>
- <!-- SpaceIO private repository -->
- <repository>
- <id>private-snapshots</id>
- <url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
- </repository>
- <!-- USkyBlock repository -->
- <repository>
- <id>uSkyBlock-mvn-repo</id>
- <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
- </repository>
- <!-- SuperiorSkyblock repo -->
- <repository>
- <id>bg-repo</id>
- <url>https://repo.bg-software.com/repository/api/</url>
- </repository>
- <!-- Tastybento repository -->
- <repository>
- <id>bintray-tastybento-maven-repo</id>
- <name>bintray</name>
- <url>http://dl.bintray.com/tastybento/maven-repo</url>
- </repository>
- <!-- SpaceIO repository -->
- <repository>
- <id>spaceio-repo</id>
- <url>https://repo.spaceio.xyz/repository/maven-public/</url>
- </repository>
- </repositories>
- <dependencies>
- <!--Spigot API -->
- <dependency>
- <groupId>org.spigotmc</groupId>
- <artifactId>spigot-api</artifactId>
- <version>1.14.4-R0.1-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- Bukkit API -->
- <dependency>
- <groupId>org.bukkit</groupId>
- <artifactId>craftbukkit</artifactId>
- <version>1.14.4-R0.1-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- ASkyBlock -->
- <dependency>
- <groupId>com.wasteofplastic</groupId>
- <artifactId>askyblock</artifactId>
- <version>3.0.9</version>
- </dependency>
- <!-- AcidIsland -->
- <dependency>
- <groupId>com.wasteofplastic</groupId>
- <artifactId>acidisland</artifactId>
- <version>3.0.9</version>
- </dependency>
- <!-- USkyblock -->
- <dependency>
- <groupId>com.github.rlf</groupId>
- <artifactId>uSkyBlock-API</artifactId>
- <version>2.6.4</version>
- </dependency>
- <!-- USkyblock -->
- <dependency>
- <groupId>pl.islandworld</groupId>
- <artifactId>IslandWorld</artifactId>
- <version>13.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- BentoBox -->
- <dependency>
- <groupId>world.bentobox</groupId>
- <artifactId>bentobox</artifactId>
- <version>1.5.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- BentoBox LevelAddon -->
- <dependency>
- <groupId>world.bentobox</groupId>
- <artifactId>level</artifactId>
- <version>1.5.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- SuperiorSkyblock -->
- <dependency>
- <groupId>com.bgsoftware</groupId>
- <artifactId>SuperiorSkyblockAPI</artifactId>
- <version>latest</version>
- </dependency>
- <!-- SpaceSkyblock -->
- <dependency>
- <groupId>xyz.spaceio.skyblock</groupId>
- <artifactId>SpaceSkyblock</artifactId>
- <version>1.0.0</version>
- <scope>provided</scope>
- </dependency>
- <!-- PlotSquared -->
- <dependency>
- <groupId>com.plotsquared</groupId>
- <artifactId>PlotSquared-Bukkit</artifactId>
- <version>6.1.4</version>
- <scope>provided</scope>
- </dependency>
- <!-- PlotSquared Legacy -->
- <dependency>
- <groupId>com.plotsquared</groupId>
- <artifactId>plotsquared-api</artifactId>
- <version>18.12.21-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- Lands -->
- <dependency>
- <groupId>com.sk89q.worldedit</groupId>
- <artifactId>worldedit-bukkit</artifactId>
- <version>7.2.6-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>me.angeschossen.lands</groupId>
- <artifactId>Lands</artifactId>
- <version>2.6.6.2-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- FabledSkyblock -->
- <dependency>
- <groupId>com.songoda</groupId>
- <artifactId>fabledskyblock</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <!-- Placeholder API -->
- <dependency>
- <groupId>me.clip</groupId>
- <artifactId>placeholderapi</artifactId>
- <version>2.10.2</version>
- <scope>provided</scope>
- </dependency>
- <!--SpaceIO Metrics -->
- <dependency>
- <groupId>de.spaceio</groupId>
- <artifactId>SpaceIOMetrics</artifactId>
- <version>0.0.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
- <build>
- <!-- Uses the properties in this file for plugin.yml and config.yml -->
- <resources>
- <resource>
- <directory>${basedir}/src/main/resources</directory>
- <filtering>true</filtering>
- <includes>
- <include>plugin.yml</include>
- <include>config.yml</include>
- <include>translations/*</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <!-- Sets the Java version to 8 -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>3.1.0</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <artifactSet>
- <includes>
- <include>de.spaceio:SpaceIOMetrics</include>
- </includes>
- </artifactSet>
- <filters>
- <filter>
- <artifact>de.spaceio:SpaceIOMetrics</artifact>
- <includes>
- <include>**</include>
- </includes>
- </filter>
- </filters>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <!-- Sets the custom JARfile name (Project name without spaces is good) -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <outputDirectory>${dir}</outputDirectory>
- <finalName>${project.name}-${project.version}</finalName>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <distributionManagement>
- <repository>
- <id>spaceio-releases</id>
- <name>releases</name>
- <url>https://repo.spaceio.xyz/repository/maven-releases/</url>
- </repository>
- <snapshotRepository>
- <id>spaceio-snapshots</id>
- <name>snapshots</name>
- <url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
- </project>
|