Package org.apache.activemq.maven
Class ProducerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.activemq.maven.ProducerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class ProducerMojo extends org.apache.maven.plugin.AbstractMojo
Goal which touches a timestamp file.
-
-
Constructor Summary
Constructors Constructor Description ProducerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]createArgument()voidexecute()protected booleanisRecognizedProperty(String key)
-
-
-
Constructor Detail
-
ProducerMojo
public ProducerMojo()
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
createArgument
protected String[] createArgument()
-
isRecognizedProperty
protected boolean isRecognizedProperty(String key)
-
-