-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpom.xml
More file actions
157 lines (141 loc) · 7.22 KB
/
pom.xml
File metadata and controls
157 lines (141 loc) · 7.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.janboerman.invsee</groupId>
<artifactId>invsee-plus-plus</artifactId>
<version>0.31.3-SNAPSHOT</version>
<modules>
<module>Utils</module>
<module>Mojang_API</module>
<module>InvSee++_Common</module>
<module>InvSee++_Platforms/Impl_1_8_8_R3</module>
<module>InvSee++_Platforms/Impl_1_12_2_R1</module>
<module>InvSee++_Platforms/Impl_1_16_5_R3</module>
<module>InvSee++_Platforms/Impl_1_17_1_R1</module>
<module>InvSee++_Platforms/Impl_1_18_2_R2</module>
<module>InvSee++_Platforms/Impl_1_19_4_R3</module>
<module>InvSee++_Platforms/Impl_1_20_1_R1</module>
<module>InvSee++_Platforms/Impl_1_20_4_R3</module>
<module>InvSee++_Platforms/Impl_1_20_6_R4</module>
<module>InvSee++_Platforms/Impl_1_21_R1</module>
<module>InvSee++_Platforms/Impl_1_21_1_R1</module>
<module>InvSee++_Platforms/Impl_1_21_4_R3</module>
<module>InvSee++_Platforms/Impl_1_21_5_R4</module>
<module>InvSee++_Platforms/Impl_1_21_7_R5</module>
<module>InvSee++_Platforms/Impl_1_21_9_R6</module>
<module>InvSee++_Platforms/Impl_1_21_11_R7</module>
<module>InvSee++_Platforms/Impl_Paper_1_21_11</module>
<module>InvSee++_Platforms/Impl_Glowstone</module>
<module>InvSee++_MultiverseInventories</module> <!-- TODO finish this module -->
<module>InvSee++_PerWorldInventory</module>
<module>InvSee++_Plugin</module>
<module>InvSee++_Give_Common</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_8_8_R3</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_12_2_R1</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_16_5_R3</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_17_1_R1</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_18_2_R2</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_19_4_R3</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_20_1_R1</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_20_4_R3</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_20_6_R4</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_R1</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_1_R1</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_4_R3</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_5_R4</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_7_R5</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_9_R6</module>
<module>InvSee++_Give_Platforms/Give_Impl_1_21_11_R7</module>
<module>InvSee++_Give_Platforms/Give_Impl_Paper_1_21_11</module>
<module>InvSee++_Give_Platforms/Give_Impl_Glowstone</module>
<module>InvSee++_Give_Plugin</module>
<module>InvSee++_Clear_Plugin</module>
<module>InvSee++_Clone_Plugin</module>
<module>InvSee++_Test_Plugin</module>
</modules>
<packaging>pom</packaging>
<name>InvSee++</name>
<description>A plugin to view and manipulate players' inventories.</description>
<scm>
<developerConnection>scm:git:ssh://git@github.com/Jannyboy11/InvSee-plus-plus.git</developerConnection>
<tag>v0.29.12</tag>
</scm>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Jannyboy11 Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Jannyboy11/InvSee-plus-plus</url>
</repository>
<snapshotRepository>
<id>repsy</id>
<name>Jannyboy11 Repsy Minecraft Repo</name>
<url>https://repo.repsy.io/mvn/jannyboy11/minecraft</url>
</snapshotRepository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.2</junit.version>
<specialsource-maven-plugin.version>2.0.4</specialsource-maven-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-shade-plugin.version>3.5.3</maven-shade-plugin.version>
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<maven.deploy.skip>releases</maven.deploy.skip>
<ignoreSnapshots>true</ignoreSnapshots>
<ignoreReleases>true</ignoreReleases>
</properties>
<url>https://github.com/Jannyboy11/InvSee-plus-plus</url>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<tagNameFormat>v@{project.version}</tagNameFormat>
<preparationGoals>clean verify</preparationGoals>
<scmCommentPrefix>Maven Release Plugin:</scmCommentPrefix>
<scmReleaseCommitComment>@{prefix} Release @{releaseLabel}🎉!</scmReleaseCommitComment>
<scmDevelopmentCommitComment>@{prefix} Bump version.</scmDevelopmentCommitComment>
<scmRollbackCommitComment>@{prefix} Roll back.</scmRollbackCommitComment>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<!-- Spigot api javadoc -->
<links>
<link>https://hub.spigotmc.org/javadocs/bukkit/</link>
</links>
<!-- make the javadoc tool stop complain about unrecognised tags -->
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>API Note:</head>
</tag>
<tag>
<name>implNote</name>
<placement>a</placement>
<head>Implementation Note:</head>
</tag>
<tag>
<name>note</name>
<placement>a</placement>
<head>Note:</head>
</tag>
</tags>
<!-- only show protected and public stuff -->
<show>protected</show>
<!-- who needs help, anyway? -->
<nohelp>true</nohelp>
<!-- the javadoc tool is too picky for me -->
<failOnError>false</failOnError>
<!-- so that proper hyperlinks to standard jdk classes are generated -->
<additionalOptions>-source 25</additionalOptions>
</configuration>
</plugin>
</plugins>
</build>
</project>