Advertisement
Kicjow1

Untitled

Feb 20th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6.  
  7. <groupId>me.badbones69</groupId>
  8. <artifactId>crazyenchantments</artifactId>
  9. <version>1.8-Dev-Build-v3</version>
  10.  
  11. <repositories>
  12. <repository>
  13. <id>spigot-repo</id>
  14. <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
  15. </repository>
  16. <repository>
  17. <id>sk89q-repo</id>
  18. <url>http://maven.sk89q.com/repo/</url>
  19. </repository>
  20. <repository>
  21. <id>vault-repo</id>
  22. <url>http://nexus.hc.to/content/repositories/pub_releases</url>
  23. </repository>
  24. <repository>
  25. <id>bintray-tastybento-maven-repo</id>
  26. <name>bintray</name>
  27. <url>http://dl.bintray.com/tastybento/maven-repo</url>
  28. </repository>
  29. <repository>
  30. <id>jitpack.io</id>
  31. <url>https://jitpack.io</url>
  32. </repository>
  33. <repository>
  34. <id>janmm14-public</id>
  35. <url>https://repo.janmm14.de/repository/public/</url>
  36. </repository>
  37. </repositories>
  38.  
  39. <dependencies>
  40. <dependency>
  41. <groupId>org.spigotmc</groupId>
  42. <artifactId>spigot-api</artifactId>
  43. <version>1.13.2-R0.1-SNAPSHOT</version>
  44. <classifier>javadoc</classifier>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.gmail.nossr50.mcMMO</groupId>
  48. <artifactId>mcMMO</artifactId>
  49. <version>1.5.09-SNAPSHOT</version>
  50. <scope>system</scope>
  51. <systemPath>${project.basedir}/src/main/library/mcMMO.jar</systemPath>
  52. </dependency>
  53. <dependency>
  54. <groupId>com.sk89q.worldguard</groupId>
  55. <artifactId>worldguard-legacy</artifactId>
  56. <version>7.0.0-SNAPSHOT</version>
  57. <scope>provided</scope>
  58. <exclusions>
  59. <exclusion>
  60. <groupId>com.sk89q</groupId>
  61. <artifactId>commandbook</artifactId>
  62. </exclusion>
  63. </exclusions>
  64. </dependency>
  65. <dependency>
  66. <groupId>com.sk89q.worldedit</groupId>
  67. <artifactId>worldedit-bukkit</artifactId>
  68. <version>7.0.0-SNAPSHOT</version>
  69. <scope>provided</scope>
  70. </dependency>
  71. <dependency>
  72. <groupId>net.milkbowl.vault</groupId>
  73. <artifactId>VaultAPI</artifactId>
  74. <version>1.6</version>
  75. <scope>provided</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.intellectualcrafters</groupId>
  79. <artifactId>PlotSquared</artifactId>
  80. <version>3.5.1-SNAPSHOT</version>
  81. <scope>system</scope>
  82. <systemPath>${project.basedir}/src/main/library/PlotSquared.jar</systemPath>
  83. </dependency>
  84. <dependency>
  85. <groupId>net.sacredlabyrinth.Phaed</groupId>
  86. <artifactId>PreciousStones</artifactId>
  87. <version>10.7.2</version>
  88. <scope>system</scope>
  89. <systemPath>${project.basedir}/src/main/library/PreciousStones.jar</systemPath>
  90. </dependency>
  91. <dependency>
  92. <groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
  93. <artifactId>SimpleClans</artifactId>
  94. <version>2.7.11</version>
  95. <scope>system</scope>
  96. <systemPath>${project.basedir}/src/main/library/SimpleClans.jar</systemPath>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.massivecraft</groupId>
  100. <artifactId>MassiveCraft</artifactId>
  101. <version>2.13.2</version>
  102. <scope>system</scope>
  103. <systemPath>${project.basedir}/src/main/library/MassiveCore.jar</systemPath>
  104. </dependency>
  105. <dependency>
  106. <groupId>com.massivecraft</groupId>
  107. <artifactId>Factions</artifactId>
  108. <version>2.13.2</version>
  109. <scope>system</scope>
  110. <systemPath>${project.basedir}/src/main/library/Factions.jar</systemPath>
  111. </dependency>
  112. <dependency>
  113. <groupId>de.dustplanet</groupId>
  114. <artifactId>SilkSpawners</artifactId>
  115. <version>5.0.2-SNAPSHOT</version>
  116. <scope>system</scope>
  117. <systemPath>${project.basedir}/src/main/library/SilkSpawners.jar</systemPath>
  118. </dependency>
  119. <dependency>
  120. <groupId>us.forseth11.feudal.core</groupId>
  121. <artifactId>Feudal</artifactId>
  122. <version>1.10.0</version>
  123. <scope>system</scope>
  124. <systemPath>${project.basedir}/src/main/library/Feudal.jar</systemPath>
  125. </dependency>
  126. <dependency>
  127. <groupId>com.wasteofplastic</groupId>
  128. <artifactId>askyblock</artifactId>
  129. <version>3.0.8.2</version>
  130. </dependency>
  131. <dependency>
  132. <groupId>com.wasteofplastic</groupId>
  133. <artifactId>acidisland</artifactId>
  134. <version>3.0.8.2</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.kingdoms.main</groupId>
  138. <artifactId>Kingdoms</artifactId>
  139. <version>13.2.40</version>
  140. <scope>system</scope>
  141. <systemPath>${project.basedir}/src/main/library/Kingdoms-13.3.40.jar</systemPath>
  142. </dependency>
  143. <dependency>
  144. <groupId>com.github.TechFortress</groupId>
  145. <artifactId>GriefPrevention</artifactId>
  146. <version>16.11.4</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>me.vagdedes.spartan</groupId>
  150. <artifactId>Spartan</artifactId>
  151. <version>Build 173</version>
  152. <scope>system</scope>
  153. <systemPath>${project.basedir}/src/main/library/Spartan.jar</systemPath>
  154. </dependency>
  155. <dependency>
  156. <groupId>net.coreprotect</groupId>
  157. <artifactId>CoreProtect</artifactId>
  158. <version>2.14.2</version>
  159. <scope>system</scope>
  160. <systemPath>${project.basedir}/src/main/library/CoreProtect_2.14.2.jar</systemPath>
  161. </dependency>
  162. <dependency>
  163. <groupId>uk.antiperson.stackmob</groupId>
  164. <artifactId>StackMob</artifactId>
  165. <version>2.3.3</version>
  166. <scope>system</scope>
  167. <systemPath>${project.basedir}/src/main/library/StackMob-2.3.3-SNAPSHOT.jar</systemPath>
  168. </dependency>
  169. <dependency>
  170. <groupId>com.massivecraft.factions</groupId>
  171. <artifactId>Factions</artifactId>
  172. <version>1.6.9.5-U0.1.17-b</version>
  173. <scope>system</scope>
  174. <systemPath>${project.basedir}/src/main/library/FactionsUUID-1.6.9.5.jar</systemPath>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.github.NoCheatPlus.NoCheatPlus</groupId>
  178. <artifactId>ncpbuildbase</artifactId>
  179. <version>3.16.0-RC-sMD5NET-b1134</version>
  180. <scope>system</scope>
  181. <systemPath>${project.basedir}/src/main/library/NoCheatPlus.jar</systemPath>
  182. </dependency>
  183. <dependency>
  184. <groupId>DAKATA.Main</groupId>
  185. <artifactId>DakataAntiCheat</artifactId>
  186. <version>BETA 1.8</version>
  187. <scope>system</scope>
  188. <systemPath>${project.basedir}/src/main/library/DakataAntiCheat.jar</systemPath>
  189. </dependency>
  190. <dependency>
  191. <groupId>de.janmm14</groupId>
  192. <artifactId>aac-api</artifactId>
  193. <version>3.3.12</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>org.generallib.main</groupId>
  197. <artifactId>GeneralLib</artifactId>
  198. <version>0.1.4</version>
  199. <scope>system</scope>
  200. <systemPath>${project.basedir}/src/main/library/GLib.jar</systemPath>
  201. </dependency>
  202. <dependency>
  203. <groupId>com.palmergames.bukkit.towny</groupId>
  204. <artifactId>Towny</artifactId>
  205. <version>0.92.0.0</version>
  206. <scope>system</scope>
  207. <systemPath>${project.basedir}/src/main/library/Towny.jar</systemPath>
  208. </dependency>
  209. <dependency>
  210. <groupId>com.github.redstone</groupId>
  211. <artifactId>LegacyFactions</artifactId>
  212. <version>1.4.7</version>
  213. <scope>system</scope>
  214. <systemPath>${project.basedir}/src/main/library/LegacyFactions.jar</systemPath>
  215. </dependency>
  216. <dependency>
  217. <groupId>com.songoda.epicspawners</groupId>
  218. <artifactId>EpicSpawners</artifactId>
  219. <version>3.1.4 R2</version>
  220. <scope>system</scope>
  221. <systemPath>${project.basedir}/src/main/library/EpicSpawners.jar</systemPath>
  222. </dependency>
  223. </dependencies>
  224.  
  225. <build>
  226. <defaultGoal>clean install package</defaultGoal>
  227. <resources>
  228. <resource>
  229. <directory>src/main/resources</directory>
  230. <filtering>true</filtering>
  231. </resource>
  232. </resources>
  233. <plugins>
  234. <plugin>
  235. <groupId>org.apache.maven.plugins</groupId>
  236. <artifactId>maven-compiler-plugin</artifactId>
  237. <configuration>
  238. <source>1.8</source>
  239. <target>1.8</target>
  240. </configuration>
  241. </plugin>
  242. <!-- Generates only the jar -->
  243. <plugin>
  244. <groupId>org.apache.maven.plugins</groupId>
  245. <artifactId>maven-jar-plugin</artifactId>
  246. <version>2.4</version>
  247. <executions>
  248. <execution>
  249. <id>default-jar</id>
  250. </execution>
  251. </executions>
  252. </plugin>
  253. <plugin>
  254. <groupId>org.apache.maven.plugins</groupId>
  255. <artifactId>maven-shade-plugin</artifactId>
  256. <version>1.5</version>
  257. <configuration>
  258. <artifactSet>
  259. <includes>
  260. <include>me.badbones69:*</include>
  261. </includes>
  262. </artifactSet>
  263. <!--<finalName>${project.artifactId}[v${project.version}]</finalName>-->
  264. <!--<outputFile>/Users/badbones/Desktop/Stuff/Server/plugins/Crazy Enchantmnets[v${project.version}].jar</outputFile>-->
  265. <outputFile>/Users/badbones/Plugins/Public Plugins/Crazy Enchantments/Crazy Enchantmnets[v${project.version}].jar</outputFile>
  266. </configuration>
  267. <executions>
  268. <execution>
  269. <phase>package</phase>
  270. <goals>
  271. <goal>shade</goal>
  272. </goals>
  273. </execution>
  274. </executions>
  275. </plugin>
  276. </plugins>
  277. </build>
  278.  
  279. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement