This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 209b9c0  Restore used property "maven.site.path"
209b9c0 is described below

commit 209b9c018d47e5c8e93aecbd7180f1d9c994a8da
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Mar 11 21:10:58 2026 +0100

    Restore used property "maven.site.path"
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0fdbb00..c152e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,8 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <!-- used from scm-publish-maven-plugin, parameter checkoutDirectory-->
+    <maven.site.path>doxia-site</maven.site.path>
     <doxiaVersion>2.0.0</doxiaVersion>
   </properties>
 

Reply via email to