pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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.29-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. <!-- Tastybento repository -->
  15. <repository>
  16. <id>bintray-tastybento-maven-repo</id>
  17. <name>bintray</name>
  18. <url>http://dl.bintray.com/tastybento/maven-repo</url>
  19. </repository>
  20. <!-- USkyBlock repository -->
  21. <repository>
  22. <id>uSkyBlock-mvn-repo</id>
  23. <url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
  24. <snapshots>
  25. <enabled>true</enabled>
  26. <updatePolicy>always</updatePolicy>
  27. </snapshots>
  28. </repository>
  29. <!-- CodeMC repository -->
  30. <repository>
  31. <id>codemc-repo</id>
  32. <url>https://repo.codemc.org/repository/maven-public/</url>
  33. </repository>
  34. <!-- PlotSquared repo -->
  35. <repository>
  36. <id>athion-repo</id>
  37. <url>http://ci.athion.net/job/PlotSquared-Breaking/ws/mvn/</url>
  38. </repository>
  39. <!-- Placeholder repository -->
  40. <repository>
  41. <id>placeholderapi</id>
  42. <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
  43. </repository>
  44. <!-- SpaceIO repository -->
  45. <repository>
  46. <id>spaceio-snapshots</id>
  47. <url>https://hub.spaceio.xyz/repository/maven-snapshots/</url>
  48. </repository>
  49. <!-- SpaceIO private repository -->
  50. <repository>
  51. <id>private-snapshots</id>
  52. <url>https://hub.spaceio.xyz/repository/private-snapshots/</url>
  53. </repository>
  54. </repositories>
  55. <dependencies>
  56. <!--Spigot API -->
  57. <dependency>
  58. <groupId>org.spigotmc</groupId>
  59. <artifactId>spigot-api</artifactId>
  60. <version>1.14.4-R0.1-SNAPSHOT</version>
  61. <scope>provided</scope>
  62. </dependency>
  63. <!-- Bukkit API -->
  64. <dependency>
  65. <groupId>org.bukkit</groupId>
  66. <artifactId>craftbukkit</artifactId>
  67. <version>1.14.4-R0.1-SNAPSHOT</version>
  68. <scope>provided</scope>
  69. </dependency>
  70. <!-- ASkyBlock -->
  71. <dependency>
  72. <groupId>com.wasteofplastic</groupId>
  73. <artifactId>askyblock</artifactId>
  74. <version>3.0.9</version>
  75. </dependency>
  76. <!-- AcidIsland -->
  77. <dependency>
  78. <groupId>com.wasteofplastic</groupId>
  79. <artifactId>acidisland</artifactId>
  80. <version>3.0.9</version>
  81. </dependency>
  82. <!-- USkyblock -->
  83. <dependency>
  84. <groupId>com.github.rlf</groupId>
  85. <artifactId>uSkyBlock-API</artifactId>
  86. <version>2.6.4</version>
  87. </dependency>
  88. <!-- USkyblock -->
  89. <dependency>
  90. <groupId>pl.islandworld</groupId>
  91. <artifactId>IslandWorld</artifactId>
  92. <version>13.0-SNAPSHOT</version>
  93. <scope>provided</scope>
  94. </dependency>
  95. <!-- BentoBox -->
  96. <dependency>
  97. <groupId>world.bentobox</groupId>
  98. <artifactId>bentobox</artifactId>
  99. <version>1.5.0-SNAPSHOT</version>
  100. <scope>provided</scope>
  101. </dependency>
  102. <!-- BentoBox LevelAddon -->
  103. <dependency>
  104. <groupId>world.bentobox</groupId>
  105. <artifactId>level</artifactId>
  106. <version>1.5.0-SNAPSHOT</version>
  107. <scope>provided</scope>
  108. </dependency>
  109. <!-- SuperiorSkyblock -->
  110. <dependency>
  111. <groupId>com.bgsoftware</groupId>
  112. <artifactId>SuperiorSkyblock</artifactId>
  113. <version>0.1.2-20190711.010640-1</version>
  114. <scope>provided</scope>
  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-shade-plugin</artifactId>
  183. <version>3.1.0</version>
  184. <executions>
  185. <execution>
  186. <phase>package</phase>
  187. <goals>
  188. <goal>shade</goal>
  189. </goals>
  190. <configuration>
  191. <artifactSet>
  192. <includes>
  193. <include>de.spaceio:SpaceIOMetrics</include>
  194. </includes>
  195. </artifactSet>
  196. <filters>
  197. <filter>
  198. <artifact>de.spaceio:SpaceIOMetrics</artifact>
  199. <includes>
  200. <include>**</include>
  201. </includes>
  202. </filter>
  203. </filters>
  204. </configuration>
  205. </execution>
  206. </executions>
  207. </plugin>
  208. <!-- Sets the custom JARfile name (Project name without spaces is good) -->
  209. <plugin>
  210. <groupId>org.apache.maven.plugins</groupId>
  211. <artifactId>maven-jar-plugin</artifactId>
  212. <version>2.4</version>
  213. <configuration>
  214. <outputDirectory>${dir}</outputDirectory>
  215. <finalName>${project.name}</finalName>
  216. </configuration>
  217. </plugin>
  218. </plugins>
  219. </build>
  220. <distributionManagement>
  221. <repository>
  222. <id>spaceio-releases</id>
  223. <name>releases</name>
  224. <url>https://hub.spaceio.xyz/repository/maven-releases/</url>
  225. </repository>
  226. <snapshotRepository>
  227. <id>spaceio-snapshots</id>
  228. <name>snapshots</name>
  229. <url>https://hub.spaceio.xyz/repository/maven-snapshots/</url>
  230. </snapshotRepository>
  231. </distributionManagement>
  232. </project>