Uses of Class
eu.lindenbaum.maven.ErlangMojo

Packages that use ErlangMojo
eu.lindenbaum.maven.mojo   
eu.lindenbaum.maven.mojo.app   
eu.lindenbaum.maven.mojo.rel   
 

Uses of ErlangMojo in eu.lindenbaum.maven.mojo
 

Subclasses of ErlangMojo in eu.lindenbaum.maven.mojo
 class BackendInitializer
          Mojo that starts the erlang node used as a backend for rpcs made by the plugin.
 class DependencyExtractor
          Unpack erlang-otp or erlang-std dependencies.
 class ProjectRunner
           A Mojo that runs erlang applications packaged with packaging type PackagingType.ERLANG_OTP or PackagingType.ERLANG_STD on a specific (remote) node.
 class ProjectUploader
           This Mojo uploads a project onto a remote node.
 class Setup
           Utility goal that will setup a new Erlang/OTP Maven project, creating the basic resources and folders required, from a best practice point of view.
 

Uses of ErlangMojo in eu.lindenbaum.maven.mojo.app
 

Subclasses of ErlangMojo in eu.lindenbaum.maven.mojo.app
 class Compiler
          This Mojo compiles the projects erlang sources.
 class DependencyLoader
          Mojo that first purges all dynamically loaded modules on the backend node and reloads the modules provided by (unpacked) dependencies.
 class Dialyzer
           This Mojo runs the erlang dialyzer tool on the project sources as well as the project includes.
 class Packager
           This Mojo packages all application artifacts into a single .tar.gz package.
 class ResourceGenerator
          Copies all resource files into that target directory structure.
 class ShowBuildInfo
           This Mojo outputs the build information ascertained by maven to compile Erlang sources.
 class TestCompiler
          Compile erlang test sources and recompile erlang sources with the options debug_info, export_all and {d, 'TEST'}.
 class TestDependencyLoader
          Mojo that first purges all dynamically loaded modules on the test backend node and reloads the modules provided by (unpacked) dependencies.
 class TestInitializer
          Mojo that starts the test erlang node used as a backend for rpcs made by the plugin.
 class TestResourceGenerator
          Copies all test resource files into that target directory structure.
 class TestRunner
          A Mojo that runs test modules using eunit.
 class TestUploader
           This Mojo uploads an application's modules compiled for test execution and the application's tests onto a remote node.
 

Uses of ErlangMojo in eu.lindenbaum.maven.mojo.rel
 

Subclasses of ErlangMojo in eu.lindenbaum.maven.mojo.rel
 class TargetSystemPackager
           This Mojo creates a target system release package .tar.gz according to the official documentation.
 



Copyright © 2011 Lindenbaum GmbH. All Rights Reserved.