@Mojo(name="unpack",
requiresDependencyResolution=TEST,
inheritByDefault=false)
@Deprecated
public class UnpackMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
workDirectory
Deprecated.
Directory to unpack JARs into if needed
|
| Constructor and Description |
|---|
UnpackMojo()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Deprecated.
Unpacks the archive file.
|
@Parameter(defaultValue="${project.build.directory}/assembly/work",
required=true)
protected File workDirectory
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.