Adding more configuration options for Maven execution #7 and support for mvnw #6

This commit is contained in:
Peter Murray
2022-10-26 15:22:37 +00:00
committed by GitHub
parent 438332251b
commit 37a172d2c1
18 changed files with 1220 additions and 155 deletions
+3 -1
View File
@@ -38,7 +38,9 @@ async function execute() {
id: `${opts.runId || Date.now()}`
};
snapshot = await generateSnapshot(opts.directory, context, job);
const mvnConfig = {};
snapshot = await generateSnapshot(opts.directory, mvnConfig, context, job);
} catch (err: any) {
console.error(`Failed to generate a dependency snapshot, check logs for more details, ${err}`);