File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6223,15 +6223,15 @@ function createMetaJson(root) {
6223
6223
cd ` +
6224
6224
root +
6225
6225
`
6226
- xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
6226
+ xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" . ` +
6227
6227
pom +
6228
6228
`
6229
6229
`;
6230
6230
const aid = `#!/bin/bash
6231
6231
cd ` +
6232
6232
root +
6233
6233
`
6234
- xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
6234
+ xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" . ` +
6235
6235
pom +
6236
6236
`
6237
6237
`;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function createMetaJson(root: string): string[] {
50
50
cd ` +
51
51
root +
52
52
`
53
- xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
53
+ xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" . ` +
54
54
pom +
55
55
`
56
56
`
@@ -59,7 +59,7 @@ export function createMetaJson(root: string): string[] {
59
59
cd ` +
60
60
root +
61
61
`
62
- xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
62
+ xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" . ` +
63
63
pom +
64
64
`
65
65
`
You can’t perform that action at this time.
0 commit comments