Class MojoParameters

java.lang.Object
org.apache.maven.plugin.testing.MojoParameters

@Deprecated public class MojoParameters extends Object
Deprecated.
As of version 3.4.0, it is advised to work with JUnit5 tests which do not use this class but MojoParameters instead.
Static helpers to create and manipulate mojo execution configuration parameters
Since:
3.2.0
  • Constructor Details

    • MojoParameters

      public MojoParameters()
      Deprecated.
  • Method Details

    • newParameter

      public static org.codehaus.plexus.util.xml.Xpp3Dom newParameter(String name, String value)
      Deprecated.