Class GenerateStubsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.springframework.cloud.contract.maven.verifier.GenerateStubsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generateStubs", defaultPhase=PACKAGE, requiresProject=true) public class GenerateStubsMojo extends org.apache.maven.plugin.AbstractMojo
Picks the converted .json files and creates a jar. Requires convert to be executed first.- Author:
- Mariusz Smykula
-
-
Constructor Summary
Constructors Constructor Description GenerateStubsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-