org.mobicents.mojo.sbb
Class SbbPluginDeployerMojo

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

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

Deploy sbb deployable unit into a remote repository.

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.project.MavenProject project
          The maven project.
protected  org.apache.maven.artifact.resolver.ArtifactResolver resolver
          Used to look up Artifacts in the remote repository.
protected  java.io.File targetDirectory
          Directory containing the generated JAR.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SbbPluginDeployerMojo()
           
 
Method Summary
 void execute()
          Generates the JAR.
 java.io.File getTargetDirectory()
           
 
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

project

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


targetDirectory

protected java.io.File targetDirectory
Directory containing the generated JAR.


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.

Constructor Detail

SbbPluginDeployerMojo

public SbbPluginDeployerMojo()
Method Detail

execute

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

Throws:
org.apache.maven.plugin.MojoExecutionException

getTargetDirectory

public java.io.File getTargetDirectory()


Copyright © 2007. All Rights Reserved.