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


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

commit de33669220727deb2a7c975650fae79356c1e44e
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Feb 22 18:12:40 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 8b56c75..b34e08e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,11 @@
     
<version.maven-plugin-tools>${mavenPluginPluginVersion}</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:35:31Z</project.build.outputTimestamp>
   </properties>
 

Reply via email to