org.ow2.easybeans.plugin.artifact
Class WriteFileNameArtifactsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.ow2.easybeans.plugin.artifact.WriteFileNameArtifactsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class WriteFileNameArtifactsMojo
extends org.apache.maven.plugin.AbstractMojo

Dump the name of the given Artifacts into a file.

Author:
Florent Benoit

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
WriteFileNameArtifactsMojo()
           
 
Method Summary
 void execute()
          Execute the Maven plugin.
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteFileNameArtifactsMojo

public WriteFileNameArtifactsMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Execute the Maven plugin.

Throws:
org.apache.maven.plugin.MojoExecutionException - if the file is not generated.


Copyright © 2006-2007 OW2 Consortium. All Rights Reserved.