org.codehaus.mojo.appassembler
Class AssembleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.appassembler.AssembleMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Deprecated. Use the generate-daemons goal instead
public class AssembleMojo
- extends org.apache.maven.plugin.AbstractMojo
Assembles the artifacts and generates bin scripts for the configured applications
- Version:
- $Id: AssembleMojo.java 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Kristian Nordal
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 |
AssembleMojo
public AssembleMojo()
- Deprecated.
validate
public void validate(java.util.Set defaultPlatforms)
throws org.apache.maven.plugin.MojoFailureException,
org.apache.maven.plugin.MojoExecutionException
- Deprecated.
- Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Deprecated.
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
parseTokens
public static java.util.List parseTokens(java.lang.String arg)
- Deprecated.
setAvailableRepositoryLayouts
public void setAvailableRepositoryLayouts(java.util.Map availableRepositoryLayouts)
- Deprecated.
Copyright © 2006-2010. All Rights Reserved.