Skip to content

Commit f96e86d

Browse files
committed
Try adding parent pom manually
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>
1 parent f20e83e commit f96e86d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

actions/josm_build/dist/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80129,6 +80129,8 @@ async function buildJosmTests(josmSource, josmRevision) {
8012980129
try {
8013080130
process.chdir(josmSource + "/test");
8013180131
await (0,exec.exec)("mvn", [
80132+
"--file",
80133+
"../nodist/pom.xml",
8013280134
"--file",
8013380135
"pom.xml",
8013480136
"package",

actions/josm_build/src/action.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ async function buildJosmTests(
136136
try {
137137
process.chdir(josmSource + "/test");
138138
await exec("mvn", [
139+
"--file",
140+
"../nodist/pom.xml",
139141
"--file",
140142
"pom.xml",
141143
"package",

0 commit comments

Comments
 (0)