Package org.apache.maven.plugin.testing
Class MojoParameters
java.lang.Object
org.apache.maven.plugin.testing.MojoParameters
Static helpers to create and manipulate mojo execution configuration parameters
- Since:
- 3.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.codehaus.plexus.util.xml.Xpp3Dom
newParameter
(String name, String value)
-
Constructor Details
-
MojoParameters
public MojoParameters()
-
-
Method Details
-
newParameter
-