org.codehaus.mojo.appassembler
Class AssembleMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AssembleMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated.  
static List parseTokens(String arg)
          Deprecated.  
 void setAvailableRepositoryLayouts(Map availableRepositoryLayouts)
          Deprecated.  
 void validate(Set defaultPlatforms)
          Deprecated.  
 
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

AssembleMojo

public AssembleMojo()
Deprecated. 
Method Detail

validate

public void validate(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 List parseTokens(String arg)
Deprecated. 

setAvailableRepositoryLayouts

public void setAvailableRepositoryLayouts(Map availableRepositoryLayouts)
Deprecated. 


Copyright © 2006-2011 Codehaus. All Rights Reserved.