|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <!--
|
3 | 3 |
|
4 |
| - Copyright 2010-2023 the original author or authors. |
| 4 | + Copyright 2010-2024 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License");
|
7 | 7 | you may not use this file except in compliance with the License.
|
|
27 | 27 |
|
28 | 28 | <name>mybatis-parent</name>
|
29 | 29 | <description>The MyBatis parent POM.</description>
|
30 |
| - <url>https://github.com/mybatis/parent</url> |
| 30 | + <url>https://www.mybatis.org/parent/</url> |
31 | 31 | <inceptionYear>2010</inceptionYear>
|
32 | 32 | <organization>
|
33 | 33 | <name>MyBatis.org</name>
|
|
233 | 233 | < connection>scm:git:ssh:// [email protected]/mybatis/parent.git</ connection>
|
234 | 234 | < developerConnection>scm:git:ssh:// [email protected]/mybatis/parent.git</ developerConnection>
|
235 | 235 | <tag>HEAD</tag>
|
236 |
| - <url>https://github.com/mybatis/parent</url> |
| 236 | + <url>https://github.com/mybatis/parent/</url> |
237 | 237 | </scm>
|
238 | 238 | <issueManagement>
|
239 | 239 | <system>GitHub Issue Management</system>
|
|
261 | 261 |
|
262 | 262 | <properties>
|
263 | 263 | <!-- Copyright -->
|
264 |
| - <copyright>2023</copyright> |
| 264 | + <copyright>2024</copyright> |
265 | 265 |
|
266 | 266 | <!-- General configuration -->
|
267 | 267 | <allowed.build.jdks>[11,12),[17,18),[21,22),[22,23)</allowed.build.jdks>
|
|
306 | 306 | <!-- Due to maven bug, fix timestamp -->
|
307 | 307 | <timestamp>${maven.build.timestamp}</timestamp>
|
308 | 308 |
|
309 |
| - <!-- Parent Tracking on site --> |
310 |
| - <mybatis-parent.version>42-SNAPSHOT</mybatis-parent.version> |
311 |
| - |
312 | 309 | <!-- Dependency versions -->
|
313 | 310 | <asm.version>9.6</asm.version>
|
314 | 311 | <base-bundle.version>11</base-bundle.version>
|
|
370 | 367 | <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
|
371 | 368 | <!-- Excluded groups are ran on github ci, to force here, pass -D"excludedGroups=" -->
|
372 | 369 | <excludedGroups />
|
| 370 | + |
| 371 | + <!-- Hack for single site builds so site:staging works as expected. Do not use with multi module! |
| 372 | + Instead adjust for fact that maven bug causes staging to be up one directory with 'reponame.git' --> |
| 373 | + <topSiteURL>${project.distributionManagement.site.url}</topSiteURL> |
373 | 374 | </properties>
|
374 | 375 |
|
375 | 376 | <build>
|
|
798 | 799 | <artifactId>maven-fluido-skin</artifactId>
|
799 | 800 | <version>${fluido.version}</version>
|
800 | 801 | </dependency>
|
801 |
| - <dependency> |
802 |
| - <groupId>org.mybatis</groupId> |
803 |
| - <artifactId>mybatis-parent</artifactId> |
804 |
| - <version>${mybatis-parent.version}</version> |
805 |
| - <type>pom</type> |
806 |
| - </dependency> |
807 | 802 | </dependencies>
|
808 | 803 | <!-- Execution like this will pick up in the normal site cycle -->
|
809 | 804 | <executions>
|
|
0 commit comments