org.mobicents.mojo.sbb
Class SbbPluginMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.mobicents.mojo.sbb.AbstractSbbPluginMojo
          extended by org.mobicents.mojo.sbb.SbbPluginMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class SbbPluginMojo
extends AbstractSbbPluginMojo

Package sbb.

Author:
La Porta

Field Summary
protected  org.apache.maven.artifact.factory.ArtifactFactory factory
          Used to look up Artifacts in the remote repository.
protected  org.apache.maven.artifact.installer.ArtifactInstaller installer
           
protected  org.apache.maven.artifact.repository.ArtifactRepository local
          Location of the local repository.
protected  org.apache.maven.artifact.resolver.ArtifactResolver resolver
          Used to look up Artifacts in the remote repository.
 
Fields inherited from class org.mobicents.mojo.sbb.AbstractSbbPluginMojo
archive, MANIFEST_URI, project, targetDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SbbPluginMojo()
           
 
Method Summary
 java.io.File createArchives()
          Generates the JAR.
 void execute()
          Generates the JAR.
 java.io.File getTargetDirectory()
          The directory where the packaging is built.
 
Methods inherited from class org.mobicents.mojo.sbb.AbstractSbbPluginMojo
getAlternateDeploymentDescriptorFilenames, getClasspathPrefix, getOutputDirectory, getProject, includeCustomManifestFile
 
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
 

Field Detail

factory

protected org.apache.maven.artifact.factory.ArtifactFactory factory
Used to look up Artifacts in the remote repository.


resolver

protected org.apache.maven.artifact.resolver.ArtifactResolver resolver
Used to look up Artifacts in the remote repository.


local

protected org.apache.maven.artifact.repository.ArtifactRepository local
Location of the local repository.


installer

protected org.apache.maven.artifact.installer.ArtifactInstaller installer
Constructor Detail

SbbPluginMojo

public SbbPluginMojo()
Method Detail

createArchives

public java.io.File createArchives()
                            throws org.apache.maven.plugin.MojoExecutionException
Generates the JAR.

Throws:
org.apache.maven.plugin.MojoExecutionException

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Generates the JAR.

Specified by:
execute in interface org.apache.maven.plugin.Mojo
Specified by:
execute in class AbstractSbbPluginMojo
Throws:
org.apache.maven.plugin.MojoExecutionException

getTargetDirectory

public java.io.File getTargetDirectory()
Description copied from class: AbstractSbbPluginMojo
The directory where the packaging is built.

Specified by:
getTargetDirectory in class AbstractSbbPluginMojo


Copyright © 2007. All Rights Reserved.