Fix groovy script
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 44b9929..644c196 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -150,7 +150,7 @@
       def wsDir = pwd()
 	  if (os == 'windows' && taskContext.tmpWs) {
 //	    wsDir = "$TEMP\\$BUILD_TAG" // or use F:\jenkins\jenkins-slave\workspace or F:\short
-	    wsDir = "F:\\short\\$BUILD_TAG".replaceAll(/(.+)maven-(.+)-plugin(.*)/) { txt, l, m, r -> l + 'm-' + m + '-p' + r } )
+	    wsDir = "F:\\short\\$BUILD_TAG".replaceAll(/(.+)maven-(.+)-plugin(.*)/) { txt, l, m, r -> l + 'm-' + m + '-p' + r }
 	  }
       ws( dir : "$wsDir" )
       {