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

paksyd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fcd7c1045d HBASE-29878 Improve the Documentation UI (addendum)
7fcd7c1045d is described below

commit 7fcd7c1045dbdc9cb70c00f691241b67416274fb
Author: Dávid Paksy <[email protected]>
AuthorDate: Mon Mar 2 17:02:06 2026 +0100

    HBASE-29878 Improve the Documentation UI (addendum)
    
    Fix Maven build error:
    
    [ERROR] Failed to execute goal 
org.codehaus.mojo:xml-maven-plugin:1.2.1:transform 
(modify-archetype-pom-files-via-xslt) on project hbase-archetype-builder: The 
directory 
hbase/hbase-archetypes/hbase-archetype-builder/../hbase-client-project/target/temp-arch,
 which is a base directory of a ValidationSet or TransformationSet, does not 
exist.
---
 hbase-archetypes/hbase-archetype-builder/pom.xml | 1 +
 pom.xml                                          | 1 +
 2 files changed, 2 insertions(+)

diff --git a/hbase-archetypes/hbase-archetype-builder/pom.xml 
b/hbase-archetypes/hbase-archetype-builder/pom.xml
index 2533b2458c0..017e03227fa 100644
--- a/hbase-archetypes/hbase-archetype-builder/pom.xml
+++ b/hbase-archetypes/hbase-archetype-builder/pom.xml
@@ -179,6 +179,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
+        <version>${xml.maven.version}</version>
         <executions>
           <!-- xml-maven-plugin modifies each exemplar project's pom.xml file 
to convert to standalone project. -->
           <execution>
diff --git a/pom.xml b/pom.xml
index f3bac8bd16c..ab87e9fabe8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -959,6 +959,7 @@
     <spotbugs.version>4.7.3</spotbugs.version>
     <spotbugs.maven.version>4.7.2.1</spotbugs.maven.version>
     <surefire.version>3.5.3</surefire.version>
+    <xml.maven.version>1.0.1</xml.maven.version>
     <spotless.version>2.44.4</spotless.version>
     <maven-download-plugin.version>1.2.1</maven-download-plugin.version>
     <!-- compression -->

Reply via email to