Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Developer Getting Started

mefellows edited this page Nov 1, 2011 · 1 revision

Getting Started developing with the Lambda Framework

Prerequisites

  • Maven 2.2+ (not tested with Maven 3)
  • Java 5+
  • Git

Everybody

Lambda uses Maven for it's project configuration and build process.

To get started developing simply clone the repository and run the Maven build as follows:

git clone git@github.com:mefellows/lambda.git lambda
cd lambda/lambda-parent
mvn clean install

Plugin Development

How to create a new Test Input Format

How to create a new Data Input Format

How to create a new Test Format

How to create a new Output Publisher

How to create a new CLI command