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 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 ProjectRunner
           A Mojo that runs erlang projects 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.
 class Validator
          Mojo that checks the project configuration for legal values.
 

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

Subclasses of ErlangMojo in eu.lindenbaum.maven.mojo.app
 class AppupGenerator
           This Mojo will generate an application upgrade file template for an application.
 class Compiler
          This Mojo compiles the projects Erlang sources and MIB files.
 class Coverage
          Runs a test coverage analysis on the modules in of the project, optionally printing the result to console.
 class Packager
           This Mojo packages all application artifacts into a single .tar.gz package.
 class Profiler
          Performs function profiling using eprof, by executing any EUnit test modules, with the suffix [module]_prof.erl, found among the test sources.
 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 RelupGenerator
          This Mojo will generate a release upgrade file template for a release project.
 class TargetSystemPackager
           This Mojo creates a target system release package .tar.gz according to the official documentation.
 



Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.