Uses of Interface
org.apache.maven.api.cli.mvn.MavenInvoker
Package
Description
-
Uses of MavenInvoker in org.apache.maven.api.cli.mvn.forked
-
Uses of MavenInvoker in org.apache.maven.api.cli.mvn.local
-
Uses of MavenInvoker in org.apache.maven.api.cli.mvn.resident
-
Uses of MavenInvoker in org.apache.maven.cling.invoker.mvn
Modifier and TypeClassDescriptionclass
DefaultMavenInvoker<O extends MavenOptions,
R extends MavenInvokerRequest<O>, C extends DefaultMavenInvoker.MavenContext<O, R, C>> -
Uses of MavenInvoker in org.apache.maven.cling.invoker.mvn.forked
Modifier and TypeClassDescriptionclass
Forked invoker implementation, it spawns a subprocess with Maven. -
Uses of MavenInvoker in org.apache.maven.cling.invoker.mvn.local
-
Uses of MavenInvoker in org.apache.maven.cling.invoker.mvn.resident
Modifier and TypeClassDescriptionclass
Local invoker implementation, when Maven CLI is being run.