diff --git a/dist/index.js b/dist/index.js index 158c84f..00e49a2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6223,7 +6223,7 @@ function createMetaJson(root) { cd ` + root + ` - xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` + + xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` + pom + ` `; @@ -6231,7 +6231,7 @@ function createMetaJson(root) { cd ` + root + ` - xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` + + xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` + pom + ` `; diff --git a/src/se.ts b/src/se.ts index 70dbaa2..8369bbd 100644 --- a/src/se.ts +++ b/src/se.ts @@ -50,7 +50,7 @@ export function createMetaJson(root: string): string[] { cd ` + root + ` - xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` + + xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` + pom + ` ` @@ -59,7 +59,7 @@ export function createMetaJson(root: string): string[] { cd ` + root + ` - xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` + + xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` + pom + ` `