pom.xml 6.8 KB

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