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-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 714d91b  Publish documentation to LATEST-4.x
714d91b is described below

commit 714d91b6c6a04c0e0941ebece2a2708aacd06168
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Feb 22 18:10:59 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 a94f2e7..d86933d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,11 @@ under the License.
     <version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>
     <version.maven-invoker-plugin>3.7.0</version.maven-invoker-plugin>
 
+    <!-- TODO remove property maven4x.site.path 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>
+
     
<project.build.outputTimestamp>2024-06-26T08:37:53Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to