Added dot

This commit is contained in:
Jonas Bovin 2022-11-22 12:53:42 +01:00
parent 4a70df81cd
commit 0fdfdff59e
2 changed files with 4 additions and 4 deletions

4
dist/index.js vendored
View file

@ -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 +
`
`;

View file

@ -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 +
`
`