pom.xml 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>xyz.spaceio</groupId>
  6. <artifactId>CustomOreGen</artifactId>
  7. <version>1.3.40-SNAPSHOT</version>
  8. <repositories>
  9. <!-- Spigot repository -->
  10. <repository>
  11. <id>spigot-repo</id>
  12. <url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
  13. </repository>
  14. <!-- CodeMC repository -->
  15. <repository>
  16. <id>codemc-repo</id>
  17. <url>https://repo.codemc.org/repository/maven-public/</url>
  18. </repository>
  19. <!-- PlotSquared repo -->
  20. <repository>
  21. <id>papermc</id>
  22. <url>https://repo.papermc.io/repository/maven-public/</url>
  23. </repository>
  24. <repository>
  25. <id>enginehub</id>
  26. <url>https://maven.enginehub.org/repo</url>
  27. </repository>
  28. <!-- Placeholder repository -->
  29. <repository>
  30. <id>placeholderapi</id>
  31. <url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
  32. </repository>
  33. <!-- USkyBlock repository -->
  34. <repository>
  35. <id>uSkyBlock-mvn-repo</id>
  36. <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
  37. </repository>
  38. <!-- SuperiorSkyblock repo -->
  39. <repository>
  40. <id>bg-repo</id>
  41. <url>https://repo.bg-software.com/repository/api/</url>
  42. </repository>
  43. <!-- SpaceIO repository -->
  44. <repository>
  45. <id>spaceio-repo</id>
  46. <url>https://repo.spaceio.xyz/repository/maven-public/</url>
  47. </repository>
  48. <!-- SpaceIO private repo (storing premium plugins) -->
  49. <repository>
  50. <id>spaceio-private</id>
  51. <url>https://repo.spaceio.xyz/repository/maven-private/</url>
  52. </repository>
  53. <repository>
  54. <id>iridiumskyblock-repo</id>
  55. <url>https://nexus.iridiumdevelopment.net/repository/maven-public/</url>
  56. </repository>
  57. </repositories>
  58. <dependencies>
  59. <!--Spigot API -->
  60. <dependency>
  61. <groupId>org.spigotmc</groupId>
  62. <artifactId>spigot-api</artifactId>
  63. <version>1.18-R0.1-SNAPSHOT</version>
  64. <scope>provided</scope>
  65. </dependency>
  66. <!-- ASkyBlock -->
  67. <dependency>
  68. <groupId>com.wasteofplastic</groupId>
  69. <artifactId>askyblock</artifactId>
  70. <version>3.0.9.4</version>
  71. </dependency>
  72. <!-- USkyblock -->
  73. <dependency>
  74. <groupId>com.github.rlf</groupId>
  75. <artifactId>uSkyBlock-API</artifactId>
  76. <version>2.6.4</version>
  77. </dependency>
  78. <!-- USkyblock -->
  79. <dependency>
  80. <groupId>pl.islandworld</groupId>
  81. <artifactId>IslandWorld</artifactId>
  82. <version>13.0-SNAPSHOT</version>
  83. <scope>provided</scope>
  84. </dependency>
  85. <!-- BentoBox -->
  86. <dependency>
  87. <groupId>world.bentobox</groupId>
  88. <artifactId>bentobox</artifactId>
  89. <version>1.5.0-SNAPSHOT</version>
  90. <scope>provided</scope>
  91. </dependency>
  92. <!-- BentoBox LevelAddon -->
  93. <dependency>
  94. <groupId>world.bentobox</groupId>
  95. <artifactId>level</artifactId>
  96. <version>1.5.0-SNAPSHOT</version>
  97. <scope>provided</scope>
  98. </dependency>
  99. <!-- SuperiorSkyblock -->
  100. <dependency>
  101. <groupId>com.bgsoftware</groupId>
  102. <artifactId>SuperiorSkyblockAPI</artifactId>
  103. <version>latest</version>
  104. </dependency>
  105. <!-- SpaceSkyblock -->
  106. <dependency>
  107. <groupId>xyz.spaceio.skyblock</groupId>
  108. <artifactId>SpaceSkyblock</artifactId>
  109. <version>1.0.0</version>
  110. <scope>provided</scope>
  111. </dependency>
  112. <!-- PlotSquared -->
  113. <dependency>
  114. <groupId>com.plotsquared</groupId>
  115. <artifactId>PlotSquared-Bukkit</artifactId>
  116. <version>6.8.1</version>
  117. <scope>provided</scope>
  118. </dependency>
  119. <!-- PlotSquared Legacy -->
  120. <dependency>
  121. <groupId>com.plotsquared</groupId>
  122. <artifactId>plotsquared-api</artifactId>
  123. <version>18.12.21-SNAPSHOT</version>
  124. <scope>provided</scope>
  125. </dependency>
  126. <!-- Lands -->
  127. <dependency>
  128. <groupId>com.sk89q.worldedit</groupId>
  129. <artifactId>worldedit-bukkit</artifactId>
  130. <version>7.2.6-SNAPSHOT</version>
  131. <scope>provided</scope>
  132. </dependency>
  133. <dependency>
  134. <groupId>me.angeschossen.lands</groupId>
  135. <artifactId>Lands</artifactId>
  136. <version>2.6.6.2-SNAPSHOT</version>
  137. <scope>provided</scope>
  138. </dependency>
  139. <!-- FabledSkyblock, in spaceio-private -->
  140. <dependency>
  141. <groupId>com.songoda</groupId>
  142. <artifactId>fabledskyblock</artifactId>
  143. <version>3.0.0-b7-SNAPSHOT</version>
  144. <scope>provided</scope>
  145. </dependency>
  146. <!-- Placeholder API -->
  147. <dependency>
  148. <groupId>me.clip</groupId>
  149. <artifactId>placeholderapi</artifactId>
  150. <version>2.10.2</version>
  151. <scope>provided</scope>
  152. </dependency>
  153. <!--SpaceIO Metrics -->
  154. <dependency>
  155. <groupId>xyz.spaceio</groupId>
  156. <artifactId>Metrics</artifactId>
  157. <version>0.08-SNAPSHOT</version>
  158. </dependency>
  159. <!-- IridumSkyblock -->
  160. <dependency>
  161. <groupId>com.iridium</groupId>
  162. <artifactId>IridiumSkyblock</artifactId>
  163. <version>4.0.9.1</version>
  164. <scope>provided</scope>
  165. </dependency>
  166. </dependencies>
  167. <build>
  168. <!-- Uses the properties in this file for plugin.yml and config.yml -->
  169. <resources>
  170. <resource>
  171. <directory>${basedir}/src/main/resources</directory>
  172. <filtering>true</filtering>
  173. <includes>
  174. <include>plugin.yml</include>
  175. <include>config.yml</include>
  176. <include>translations/*</include>
  177. </includes>
  178. </resource>
  179. </resources>
  180. <plugins>
  181. <!-- Sets the Java version to 8 -->
  182. <plugin>
  183. <groupId>org.apache.maven.plugins</groupId>
  184. <artifactId>maven-compiler-plugin</artifactId>
  185. <version>3.1</version>
  186. <configuration>
  187. <source>11</source>
  188. <target>11</target>
  189. </configuration>
  190. </plugin>
  191. <plugin>
  192. <groupId>org.apache.maven.plugins</groupId>
  193. <artifactId>maven-shade-plugin</artifactId>
  194. <version>3.1.0</version>
  195. <executions>
  196. <execution>
  197. <phase>package</phase>
  198. <goals>
  199. <goal>shade</goal>
  200. </goals>
  201. <configuration>
  202. <artifactSet>
  203. <includes>
  204. <include>xyz.spaceio:Metrics</include>
  205. </includes>
  206. </artifactSet>
  207. </configuration>
  208. </execution>
  209. </executions>
  210. </plugin>
  211. <!-- Sets the custom JARfile name (Project name without spaces is good) -->
  212. <plugin>
  213. <groupId>org.apache.maven.plugins</groupId>
  214. <artifactId>maven-jar-plugin</artifactId>
  215. <version>2.4</version>
  216. <configuration>
  217. <outputDirectory>${dir}</outputDirectory>
  218. <finalName>${project.name}-${project.version}</finalName>
  219. </configuration>
  220. </plugin>
  221. </plugins>
  222. </build>
  223. <distributionManagement>
  224. <repository>
  225. <id>spaceio-releases</id>
  226. <name>releases</name>
  227. <url>https://repo.spaceio.xyz/repository/maven-releases/</url>
  228. </repository>
  229. <snapshotRepository>
  230. <id>spaceio-snapshots</id>
  231. <name>snapshots</name>
  232. <url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
  233. </snapshotRepository>
  234. </distributionManagement>
  235. </project>