org.apache.geronimo.mavenplugins.osgi
Class VerifyManifestMojo

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.geronimo.mavenplugins.osgi.VerifyManifestMojo
All Implemented Interfaces:
org.apache.maven.plugin.Mojo, org.codehaus.plexus.logging.LogEnabled

public class VerifyManifestMojo
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements org.apache.maven.plugin.Mojo


Field Summary
protected  boolean failOnError
           
protected  String profileName
          Profile name.
protected  org.apache.maven.project.MavenProject project
          The maven project.
protected  File targetDir
          Output directory.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
VerifyManifestMojo()
           
 
Method Summary
 void execute()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 void setLog(org.apache.maven.plugin.logging.Log log)
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected org.apache.maven.project.MavenProject project
The maven project.


targetDir

protected File targetDir
Output directory.


profileName

protected String profileName
Profile name.


failOnError

protected boolean failOnError
Constructor Detail

VerifyManifestMojo

public VerifyManifestMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

setLog

public void setLog(org.apache.maven.plugin.logging.Log log)
Specified by:
setLog in interface org.apache.maven.plugin.Mojo

getLog

public org.apache.maven.plugin.logging.Log getLog()
Specified by:
getLog in interface org.apache.maven.plugin.Mojo


Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.