Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/maven/MavenProgressReporter"

Index

Variables

Const MavenProgressReporter

MavenProgressReporter: ReportProgress = testProgressReporter(...MvnProgressTests)

Default ReportProgress for our Maven-based builds

Const MvnProgressTests

MvnProgressTests: ProgressTest[] = [{test: /Invoking goal hook: pre/i,phase: "pre-hook",}, {test: /> mvn '([\S]*)'/i, // this captures the maven command we runphase: "mvn $1",}, {test: /> mvn ([\S]*)/i, // this captures the maven command we runphase: "mvn $1",}, {test: /--- [\S]*:[\S]*:([\S]*) \(/i, // this captures the maven goals as they executephase: "mvn $1",}, {test: /Invoking goal hook: post/i,phase: "post-hook",}]

Default progress tests for our Maven-based builds

type

{{test: RegExp; phase: string}[]}

Generated using TypeDoc