pom.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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.33-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 repos -->
  20. <repository>
  21. <id>athion-repo</id>
  22. <url>http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/</url>
  23. </repository>
  24. <repository>
  25. <id>intellectualsites snapshots</id>
  26. <url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url>
  27. </repository>
  28. <repository>
  29. <id>enginehub</id>
  30. <url>https://maven.enginehub.org/repo</url>
  31. </repository>
  32. <!-- Placeholder repository -->
  33. <repository>
  34. <id>placeholderapi</id>
  35. <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
  36. </repository>
  37. <!-- SpaceIO private repository -->
  38. <repository>
  39. <id>private-snapshots</id>
  40. <url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
  41. </repository>
  42. <!-- USkyBlock repository -->
  43. <repository>
  44. <id>uSkyBlock-mvn-repo</id>
  45. <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
  46. </repository>
  47. <!-- SuperiorSkyblock repo -->
  48. <repository>
  49. <id>bg-repo</id>
  50. <url>https://repo.bg-software.com/repository/api/</url>
  51. </repository>
  52. <!-- Tastybento repository -->
  53. <repository>
  54. <id>bintray-tastybento-maven-repo</id>
  55. <name>bintray</name>
  56. <url>http://dl.bintray.com/tastybento/maven-repo</url>
  57. </repository>
  58. <!-- SpaceIO repository -->
  59. <repository>
  60. <id>spaceio-repo</id>
  61. <url>https://repo.spaceio.xyz/repository/maven-public/</url>
  62. </repository>
  63. </repositories>
  64. <dependencies>
  65. <!--Spigot API -->
  66. <dependency>
  67. <groupId>org.spigotmc</groupId>
  68. <artifactId>spigot-api</artifactId>
  69. <version>1.14.4-R0.1-SNAPSHOT</version>
  70. <scope>provided</scope>
  71. </dependency>
  72. <!-- Bukkit API -->
  73. <dependency>
  74. <groupId>org.bukkit</groupId>
  75. <artifactId>craftbukkit</artifactId>
  76. <version>1.14.4-R0.1-SNAPSHOT</version>
  77. <scope>provided</scope>
  78. </dependency>
  79. <!-- ASkyBlock -->
  80. <dependency>
  81. <groupId>com.wasteofplastic</groupId>
  82. <artifactId>askyblock</artifactId>
  83. <version>3.0.9</version>
  84. </dependency>
  85. <!-- AcidIsland -->
  86. <dependency>
  87. <groupId>com.wasteofplastic</groupId>
  88. <artifactId>acidisland</artifactId>
  89. <version>3.0.9</version>
  90. </dependency>
  91. <!-- USkyblock -->
  92. <dependency>
  93. <groupId>com.github.rlf</groupId>
  94. <artifactId>uSkyBlock-API</artifactId>
  95. <version>2.6.4</version>
  96. </dependency>
  97. <!-- USkyblock -->
  98. <dependency>
  99. <groupId>pl.islandworld</groupId>
  100. <artifactId>IslandWorld</artifactId>
  101. <version>13.0-SNAPSHOT</version>
  102. <scope>provided</scope>
  103. </dependency>
  104. <!-- BentoBox -->
  105. <dependency>
  106. <groupId>world.bentobox</groupId>
  107. <artifactId>bentobox</artifactId>
  108. <version>1.5.0-SNAPSHOT</version>
  109. <scope>provided</scope>
  110. </dependency>
  111. <!-- BentoBox LevelAddon -->
  112. <dependency>
  113. <groupId>world.bentobox</groupId>
  114. <artifactId>level</artifactId>
  115. <version>1.5.0-SNAPSHOT</version>
  116. <scope>provided</scope>
  117. </dependency>
  118. <!-- SuperiorSkyblock -->
  119. <dependency>
  120. <groupId>com.bgsoftware</groupId>
  121. <artifactId>SuperiorSkyblockAPI</artifactId>
  122. <version>latest</version>
  123. </dependency>
  124. <!-- SpaceSkyblock -->
  125. <dependency>
  126. <groupId>xyz.spaceio.skyblock</groupId>
  127. <artifactId>SpaceSkyblock</artifactId>
  128. <version>1.0.0</version>
  129. <scope>provided</scope>
  130. </dependency>
  131. <!-- PlotSquared -->
  132. <dependency>
  133. <groupId>com.plotsquared</groupId>
  134. <artifactId>PlotSquared-Bukkit</artifactId>
  135. <version>6.1.4</version>
  136. <scope>provided</scope>
  137. </dependency>
  138. <!-- PlotSquared Legacy -->
  139. <dependency>
  140. <groupId>com.plotsquared</groupId>
  141. <artifactId>plotsquared-api</artifactId>
  142. <version>18.12.21-SNAPSHOT</version>
  143. <scope>provided</scope>
  144. </dependency>
  145. <!-- Lands -->
  146. <dependency>
  147. <groupId>com.sk89q.worldedit</groupId>
  148. <artifactId>worldedit-bukkit</artifactId>
  149. <version>7.2.6-SNAPSHOT</version>
  150. <scope>provided</scope>
  151. </dependency>
  152. <dependency>
  153. <groupId>me.angeschossen.lands</groupId>
  154. <artifactId>Lands</artifactId>
  155. <version>2.6.6.2-SNAPSHOT</version>
  156. <scope>provided</scope>
  157. </dependency>
  158. <!-- FabledSkyblock -->
  159. <dependency>
  160. <groupId>com.songoda</groupId>
  161. <artifactId>fabledskyblock</artifactId>
  162. <version>2.0.0-SNAPSHOT</version>
  163. <scope>provided</scope>
  164. </dependency>
  165. <!-- Placeholder API -->
  166. <dependency>
  167. <groupId>me.clip</groupId>
  168. <artifactId>placeholderapi</artifactId>
  169. <version>2.10.2</version>
  170. <scope>provided</scope>
  171. </dependency>
  172. <!--SpaceIO Metrics -->
  173. <dependency>
  174. <groupId>de.spaceio</groupId>
  175. <artifactId>SpaceIOMetrics</artifactId>
  176. <version>0.0.2-SNAPSHOT</version>
  177. </dependency>
  178. </dependencies>
  179. <build>
  180. <!-- Uses the properties in this file for plugin.yml and config.yml -->
  181. <resources>
  182. <resource>
  183. <directory>${basedir}/src/main/resources</directory>
  184. <filtering>true</filtering>
  185. <includes>
  186. <include>plugin.yml</include>
  187. <include>config.yml</include>
  188. <include>translations/*</include>
  189. </includes>
  190. </resource>
  191. </resources>
  192. <plugins>
  193. <!-- Sets the Java version to 8 -->
  194. <plugin>
  195. <groupId>org.apache.maven.plugins</groupId>
  196. <artifactId>maven-compiler-plugin</artifactId>
  197. <version>3.1</version>
  198. <configuration>
  199. <source>1.8</source>
  200. <target>1.8</target>
  201. </configuration>
  202. </plugin>
  203. <plugin>
  204. <groupId>org.apache.maven.plugins</groupId>
  205. <artifactId>maven-shade-plugin</artifactId>
  206. <version>3.1.0</version>
  207. <executions>
  208. <execution>
  209. <phase>package</phase>
  210. <goals>
  211. <goal>shade</goal>
  212. </goals>
  213. <configuration>
  214. <artifactSet>
  215. <includes>
  216. <include>de.spaceio:SpaceIOMetrics</include>
  217. </includes>
  218. </artifactSet>
  219. <filters>
  220. <filter>
  221. <artifact>de.spaceio:SpaceIOMetrics</artifact>
  222. <includes>
  223. <include>**</include>
  224. </includes>
  225. </filter>
  226. </filters>
  227. </configuration>
  228. </execution>
  229. </executions>
  230. </plugin>
  231. <!-- Sets the custom JARfile name (Project name without spaces is good) -->
  232. <plugin>
  233. <groupId>org.apache.maven.plugins</groupId>
  234. <artifactId>maven-jar-plugin</artifactId>
  235. <version>2.4</version>
  236. <configuration>
  237. <outputDirectory>${dir}</outputDirectory>
  238. <finalName>${project.name}-${project.version}</finalName>
  239. </configuration>
  240. </plugin>
  241. </plugins>
  242. </build>
  243. <distributionManagement>
  244. <repository>
  245. <id>spaceio-releases</id>
  246. <name>releases</name>
  247. <url>https://repo.spaceio.xyz/repository/maven-releases/</url>
  248. </repository>
  249. <snapshotRepository>
  250. <id>spaceio-snapshots</id>
  251. <name>snapshots</name>
  252. <url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
  253. </snapshotRepository>
  254. </distributionManagement>
  255. </project>