|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.Ben12345rocks</groupId> |
5 | 5 | <artifactId>AdvancedCore</artifactId> |
6 | | - <version>2.7.1</version> |
| 6 | + <version>2.7.2</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <name>AdvancedCore</name> |
9 | 9 | <properties> |
10 | 10 | <maven.compiler.source>1.8</maven.compiler.source> |
11 | 11 | <maven.compiler.target>1.8</maven.compiler.target> |
12 | 12 | <!-- github server corresponds to entry in ~/.m2/settings.xml --> |
13 | 13 | <github.global.server>github</github.global.server> |
| 14 | + <project.build.sourceEncoding>Cp1252</project.build.sourceEncoding> |
| 15 | + <timestamp>${maven.build.timestamp}</timestamp> |
| 16 | + <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format> |
14 | 17 | </properties> |
15 | 18 | <distributionManagement> |
16 | 19 | <repository> |
|
25 | 28 | <directory>Resources</directory> |
26 | 29 | <filtering>true</filtering> |
27 | 30 | <includes> |
28 | | - <include>plugin.yml</include> |
| 31 | + <include>version.yml</include> |
29 | 32 | </includes> |
30 | 33 | </resource> |
31 | 34 | <resource> |
|
97 | 100 | </execution> |
98 | 101 | </executions> |
99 | 102 | </plugin> |
100 | | - <plugin> |
101 | | - <artifactId>maven-deploy-plugin</artifactId> |
102 | | - <version>2.8.1</version> |
103 | | - <configuration> |
104 | | - <altDeploymentRepository> |
105 | | - internal.repo::default::file://${project.build.directory}/mvn-repo |
106 | | - </altDeploymentRepository> |
107 | | - </configuration> |
108 | | - </plugin> |
109 | 103 | <plugin> |
110 | 104 | <groupId>com.github.github</groupId> |
111 | 105 | <artifactId>site-maven-plugin</artifactId> |
112 | 106 | <version>0.12</version> |
113 | 107 | <executions> |
114 | | - <execution> |
115 | | - <id>repo</id> |
116 | | - <goals> |
117 | | - <goal>site</goal> |
118 | | - </goals> |
119 | | - <phase>deploy</phase> |
120 | | - <configuration> |
121 | | - <message>Maven artifacts for ${project.version}</message> |
122 | | - <noJekyll>true</noJekyll> |
123 | | - <outputDirectory>${project.build.directory}/mvn-repo |
124 | | - </outputDirectory> |
125 | | - <branch>refs/heads/master</branch> |
126 | | - <includes> |
127 | | - <include>**/*</include> |
128 | | - </includes> |
129 | | - <repositoryName>MavenRepo</repositoryName> |
130 | | - <repositoryOwner>Ben12345rocks</repositoryOwner> |
131 | | - <server>github</server> |
132 | | - <merge>true</merge> |
133 | | - </configuration> |
134 | | - </execution> |
135 | 108 | <execution> |
136 | 109 | <id>javadoc</id> |
137 | 110 | <goals> |
|
157 | 130 | </plugins> |
158 | 131 | </build> |
159 | 132 | <repositories> |
160 | | - <repository> |
161 | | - <id>dwd-repo</id> |
162 | | - <url>http://ci.dwdg.net/plugin/repository/everything/</url> |
163 | | - </repository> |
164 | 133 | <repository> |
165 | 134 | <id>spigot-repo</id> |
166 | 135 | <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |
|
182 | 151 | <id>dmulloy2-repo</id> |
183 | 152 | <url>http://repo.dmulloy2.net/content/groups/public/</url> |
184 | 153 | </repository> |
185 | | - |
| 154 | + <repository> |
| 155 | + <id>jitpack.io</id> |
| 156 | + <url>https://jitpack.io</url> |
| 157 | + </repository> |
186 | 158 | </repositories> |
187 | 159 | <dependencies> |
188 | 160 | <dependency> |
|
204 | 176 | <scope>provided</scope> |
205 | 177 | </dependency> |
206 | 178 | <dependency> |
207 | | - <groupId>net.pl3x.bukkit.chatapi</groupId> |
| 179 | + <groupId>com.github.Ben12345rocks</groupId> |
208 | 180 | <artifactId>ChatComponentAPI</artifactId> |
209 | | - <version>1.2</version> |
| 181 | + <version>master-SNAPSHOT</version> |
210 | 182 | <scope>compile</scope> |
211 | 183 | </dependency> |
212 | 184 | <dependency> |
|
0 commit comments