Interface MojoMetadataProvider
Deprecated.
Allows users to configure caching for Mojos that the Gradle Enterprise Maven Extension does not support out of the box.
- Since:
- 1.15
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.Allows configuring the inputs and outputs of a Mojo. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Called for each goal as Maven is about to execute it.
-
Method Details
-
provideMetadata
Deprecated.Called for each goal as Maven is about to execute it. The context object provides access to the goal and allows users to customize its caching.- Parameters:
context
- provides access to the mojo execution and allows users to customize the inputs and outputs- Since:
- 1.15
-
MojoMetadataProvider