eu.lindenbaum.maven.mojo.app
Class TestUploader
java.lang.Object
org.apache.maven.plugin.AbstractMojo
eu.lindenbaum.maven.ErlangMojo
eu.lindenbaum.maven.mojo.app.TestUploader
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public final class TestUploader
- extends ErlangMojo
This Mojo
uploads an application's modules compiled for test
execution and the application's tests onto a remote node. This will also
upload the application's resource files making them available to the remote
node using code:priv_dir/1
. The modules will be purged once as
if c:c/1
would have been called on a shell.
- Since:
- 2.0.0
- Author:
- Tobias Schlager
- Goal:
- upload-tests
- Execute:
- phase="test-compile" lifecycle="testupload"
- Requires dependency resolution: true
- test
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 |
TestUploader
public TestUploader()
execute
protected void execute(org.apache.maven.plugin.logging.Log log,
Properties p)
throws org.apache.maven.plugin.MojoExecutionException
- Description copied from class:
ErlangMojo
- Will be invoked when
ErlangMojo.execute()
gets invoked on the base class.
- Specified by:
execute
in class ErlangMojo
- Parameters:
log
- logger to be used for output loggingp
- to be passed by the base class.
- Throws:
org.apache.maven.plugin.MojoExecutionException
- See Also:
Mojo.execute()
Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.