pom.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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. <parent>
  7. <groupId>de.Linus122.TimeIsMoney</groupId>
  8. <artifactId>parent</artifactId>
  9. <version>1.9.6.18</version>
  10. <relativePath>../pom.xml</relativePath>
  11. </parent>
  12. <name>TimeIsMoney Plugin</name>
  13. <packaging>jar</packaging>
  14. <artifactId>Plugin</artifactId>
  15. <build>
  16. <directory>../target</directory>
  17. <finalName>TimeIsMoney</finalName>
  18. <resources>
  19. <resource>
  20. <targetPath>.</targetPath>
  21. <filtering>true</filtering>
  22. <directory>src/main/resources</directory>
  23. <includes>
  24. <include>plugin.yml</include>
  25. <include>config.yml</include>
  26. </includes>
  27. </resource>
  28. </resources>
  29. <plugins>
  30. <plugin>
  31. <groupId>org.apache.maven.plugins</groupId>
  32. <artifactId>maven-shade-plugin</artifactId>
  33. <version>2.4.3</version>
  34. <executions>
  35. <execution>
  36. <phase>package</phase>
  37. <goals>
  38. <goal>shade</goal>
  39. </goals>
  40. <configuration>
  41. <artifactSet>
  42. <includes>
  43. <include>de.Linus122.TimeIsMoney:*</include>
  44. </includes>
  45. </artifactSet>
  46. </configuration>
  47. </execution>
  48. </executions>
  49. </plugin>
  50. <plugin>
  51. <groupId>org.apache.maven.plugins</groupId>
  52. <artifactId>maven-jar-plugin</artifactId>
  53. <configuration>
  54. <archive>
  55. <addMavenDescriptor>false</addMavenDescriptor>
  56. </archive>
  57. </configuration>
  58. </plugin>
  59. </plugins>
  60. </build>
  61. <dependencies>
  62. <dependency>
  63. <groupId>org.spigotmc</groupId>
  64. <artifactId>spigot-api</artifactId>
  65. <version>1.14.1-R0.1-SNAPSHOT</version>
  66. <scope>provided</scope>
  67. </dependency>
  68. <dependency>
  69. <groupId>net.milkbowl.vault</groupId>
  70. <artifactId>VaultAPI</artifactId>
  71. <version>1.6</version>
  72. <scope>provided</scope>
  73. </dependency>
  74. <dependency>
  75. <groupId>net.ess3</groupId>
  76. <artifactId>EssentialsX</artifactId>
  77. <version>2.17.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>me.clip</groupId>
  81. <artifactId>placeholderapi</artifactId>
  82. <version>2.10.6</version>
  83. <scope>provided</scope>
  84. </dependency>
  85. <dependency>
  86. <groupId>de.Linus122.TimeIsMoney</groupId>
  87. <artifactId>Tools</artifactId>
  88. <version>1.9.6.18</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>de.Linus122.TimeIsMoney</groupId>
  92. <artifactId>v1_8_R1</artifactId>
  93. <version>1.9.6.18</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>de.Linus122.TimeIsMoney</groupId>
  97. <artifactId>v1_8_R2</artifactId>
  98. <version>1.9.6.18</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>de.Linus122.TimeIsMoney</groupId>
  102. <artifactId>v1_8_R3</artifactId>
  103. <version>1.9.6.18</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>de.Linus122.TimeIsMoney</groupId>
  107. <artifactId>v1_9_R1</artifactId>
  108. <version>1.9.6.18</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>de.Linus122.TimeIsMoney</groupId>
  112. <artifactId>v1_9_R2</artifactId>
  113. <version>1.9.6.18</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>de.Linus122.TimeIsMoney</groupId>
  117. <artifactId>v1_10_R1</artifactId>
  118. <version>1.9.6.18</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>de.Linus122.TimeIsMoney</groupId>
  122. <artifactId>v1_11_R1</artifactId>
  123. <version>1.9.6.18</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>de.Linus122.TimeIsMoney</groupId>
  127. <artifactId>v1_12_R1</artifactId>
  128. <version>1.9.6.18</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>de.Linus122.TimeIsMoney</groupId>
  132. <artifactId>v1_13_R1</artifactId>
  133. <version>1.9.6.18</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>de.Linus122.TimeIsMoney</groupId>
  137. <artifactId>v1_13_R2</artifactId>
  138. <version>1.9.6.18</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>de.Linus122.TimeIsMoney</groupId>
  142. <artifactId>v1_14_R1</artifactId>
  143. <version>1.9.6.18</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>de.Linus122.TimeIsMoney</groupId>
  147. <artifactId>v1_15_R1</artifactId>
  148. <version>1.9.6.18</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>de.Linus122.TimeIsMoney</groupId>
  152. <artifactId>v1_16_R1</artifactId>
  153. <version>1.9.6.18</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>de.Linus122.TimeIsMoney</groupId>
  157. <artifactId>v1_16_R2</artifactId>
  158. <version>1.9.6.18</version>
  159. </dependency>
  160. </dependencies>
  161. </project>