Rio Project 4.2 API Documentation



org.rioproject.tools.maven
Class OarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.rioproject.tools.maven.ClassDepAndJarMojo
          extended by org.rioproject.tools.maven.OarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class OarMojo
extends ClassDepAndJarMojo

Properly packages an OAR (Operational String Archive).


Field Summary
 
Fields inherited from class org.rioproject.tools.maven.ClassDepAndJarMojo
antProject, archiveConfig, jarArchiver, project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
OarMojo()
           
 
Method Summary
 void execute()
           
protected  Collection getDependencies()
           
protected  org.apache.maven.project.MavenProject getMavenProject()
           
protected  String getOarFileName()
           
protected  String getOarName()
           
protected  String getOpstring()
           
protected  org.apache.maven.project.MavenProjectHelper getProjectHelper()
           
 
Methods inherited from class org.rioproject.tools.maven.ClassDepAndJarMojo
createJar, doExecute, getCreateJar, getCreateJars, getJarArchiver, parseDependenciesAndBuildClasspath, writeProjectInfo
 
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

OarMojo

public OarMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Specified by:
execute in interface org.apache.maven.plugin.Mojo
Overrides:
execute in class ClassDepAndJarMojo
Throws:
org.apache.maven.plugin.MojoExecutionException

getOarName

protected String getOarName()

getOarFileName

protected String getOarFileName()

getMavenProject

protected org.apache.maven.project.MavenProject getMavenProject()
Overrides:
getMavenProject in class ClassDepAndJarMojo

getDependencies

protected Collection getDependencies()
Overrides:
getDependencies in class ClassDepAndJarMojo

getProjectHelper

protected org.apache.maven.project.MavenProjectHelper getProjectHelper()
Overrides:
getProjectHelper in class ClassDepAndJarMojo

getOpstring

protected String getOpstring()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.