[INFRA-16893] Trying workaround
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 04ad853..5ac5f46 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -178,7 +178,9 @@
               if (isUnix()) {
                 sh cmd.join(' ')
               } else {
-                bat cmd.join(' ')
+			    withEnv(['Path=C:\\WINDOWS\\system32;%Path%']) {
+                  bat cmd.join(' ')
+				}
               }
             }
           }