Package org.apache.maven.plugin.testing
Class MojoParameters
- java.lang.Object
-
- org.apache.maven.plugin.testing.MojoParameters
-
@Deprecated public class MojoParameters extends java.lang.ObjectDeprecated.As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class butMojoParametersinstead.Static helpers to create and manipulate mojo execution configuration parameters- Since:
- 3.2.0
-
-
Constructor Summary
Constructors Constructor Description MojoParameters()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.codehaus.plexus.util.xml.Xpp3DomnewParameter(java.lang.String name, java.lang.String value)Deprecated.
-