Class RunMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.springframework.cloud.contract.maven.verifier.RunMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="run", requiresProject=false, requiresDependencyResolution=RUNTIME) public class RunMojo extends org.apache.maven.plugin.AbstractMojo
Mojo for running stubs.- Author:
- Mariusz Smykula, EddĂș MelĂ©ndez
-
-
Constructor Summary
Constructors Constructor Description RunMojo(LocalStubRunner localStubRunner, RemoteStubRunner remoteStubRunner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-
-
-
Constructor Detail
-
RunMojo
@Inject public RunMojo(LocalStubRunner localStubRunner, RemoteStubRunner remoteStubRunner)
-
-