org.apache.maven.plugin.assembly.mojos
Class UnpackMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.assembly.mojos.UnpackMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

Deprecated. Use org.apache.maven.plugins:maven-dependency-plugin goal: unpack or unpack-dependencies instead.

@Deprecated
public class UnpackMojo
extends org.apache.maven.plugin.AbstractMojo

Unpack project dependencies. Currently supports dependencies of type jar and zip.

Version:
$Id: UnpackMojo.java 999625 2010-09-21 20:40:39Z jdcasey $
Is defined by the goal name:
unpack
Is this Mojo inherited:
false
Requires the dependencies in this specified scope:
test

Field Summary
protected  File workDirectory
          Deprecated. Directory to unpack JARs into if needed
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
UnpackMojo()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Unpacks the archive file.
 
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

workDirectory

protected File workDirectory
Deprecated. 
Directory to unpack JARs into if needed

Is defined by:
expression:
${project.build.directory}/assembly/work
Is required.
Constructor Detail

UnpackMojo

public UnpackMojo()
Deprecated. 
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Deprecated. 
Unpacks the archive file.

Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.