oliverlietz / org.ops4j.pax.exam2

In-Container Test Framework for OSGi, Java EE and CDI Applications

Home Page:http://team.ops4j.org/wiki/display/paxexam4/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pax Exam

Thanks for looking into Pax Exam. This is the official source repository of the OPS4J Pax Exam project for release lines 2.x, 3.x and 4.x. It's licensed under the Apache Software License 2.0 by the OPS4J community.

Documentation

Build

You'll need a machine with Java 7+ and Apache Maven 3 installed.

Checkout:

git clone git://github.com/ops4j/org.ops4j.pax.exam2.git
git checkout master

Branches:

  • v3.x : Maintenance for Pax Exam 3.x
  • master : ongoing development for 4.x

Run Build:

mvn clean install

Run build with integration tests

mvn -Pdefault,itest clean install

Releases

Releases go to Maven Central.

The current release of Pax Exam is 4.5.0.

Issue Tracking

Continuous Integration Builds

We have a continuous integration build set up here:

Snapshot artifacts are being published to:

The OPS4J Team.

About

In-Container Test Framework for OSGi, Java EE and CDI Applications

http://team.ops4j.org/wiki/display/paxexam4/

License:Apache License 2.0


Languages

Language:Java 100.0%Language:Shell 0.0%