eu.lindenbaum.maven
Class PackageReleaseMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
eu.lindenbaum.maven.PackageReleaseMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public final class PackageReleaseMojo
- extends org.apache.maven.plugin.AbstractMojo
This Mojo
packages creates a release .tar.gz
using the erlang
systools
modules make_tar/2
function.
The build can be customized by providing additional options through the
tarOptions
parameter in the specific project pom. By default all
release dependecies will be packaged including their ebin
,
include
, mibs
and non-erlang source directories.
- Author:
- Paul Guyot, Tobias Schlager
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 |
PackageReleaseMojo
public PackageReleaseMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2010 Lindenbaum GmbH. All Rights Reserved.