This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 1a46e2b Publish documentation to LATEST-4.x 1a46e2b is described below commit 1a46e2bfd2f64dd8f4f2e4d139f63ae77203f792 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Feb 11 21:23:39 2025 +0100 Publish documentation to LATEST-4.x --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 015735f..4d14ca1 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,11 @@ under the License. <maven.it.failure.ignore>false</maven.it.failure.ignore> <project.build.outputTimestamp>2024-11-14T13:00:00Z</project.build.outputTimestamp> + + <!-- TODO remove with next parent --> + <maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path> + <!-- 4.x publish --> + <maven.site.path>${maven4x.site.path}</maven.site.path> </properties> <dependencies>