Rio Project 4.2 API Documentation
org.rioproject.tools.maven
Class OarMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.rioproject.tools.maven.ClassDepAndJarMojo
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).
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
OarMojo
public OarMojo()
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 © 2006-2011 Rio Project. All Rights Reserved.