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

cortlepp pushed a commit to branch cortlepp/improve-dependency-management
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit e3bc24f4f56bc0c5efcf8548301c6bb0b8cc0240
Author: Christian Ortlepp <[email protected]>
AuthorDate: Wed Feb 18 11:37:52 2026 +0100

    build: fix broken plugin property
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f6f7717e6b..04e6ff8ce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1468,7 +1468,7 @@
                             <goal>execute</goal>
                         </goals>
                         <configuration>
-                            <skip>${skipScmValidation}</skip>
+                            
<skipScriptExecution>${skipScmValidation}</skipScriptExecution>
                             <scripts>
                                 <script><![CDATA[
                                     // Ensure that the <scm> element is 
present and correctly populated. This prevents

Reply via email to