We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d3a4e commit e647e6dCopy full SHA for e647e6d
src/bin/publib-maven.ts
@@ -577,6 +577,7 @@ class Maven {
577
public async exec(mojo: string, options: MavenExecOptions): Promise<ProcessOutput | undefined> {
578
const args = [
579
`--settings=${this.settingsFile}`,
580
+ '--batch-mode',
581
...(options.verbose ?? this.verbose ? ['-X'] : []),
582
mojo,
583
...Object.entries(options.properties).map(([k, v]) => `-D${k}=${v}`),
0 commit comments