Tuesday, March 2, 2010

Install Maven Pax Plugin

MAVEN PAX PLUGIN:

The Pax Plugin is a "Swiss Army(tm) knife" for OSGi that provides goals to create, build, manage and deploy many types of OSGi bundles. While the easiest way to install and use this plugin is by using the Pax-Construct scripts, its goals can also be used directly on the Maven command line, or inside other Maven POMs.

Steps for installing Maven Pax Construct Plugin:

1. Get the pax zip and unzip it to temp (or any other directory you prefer):

http://repo1.maven.org/maven2/org/ops4j/pax/construct/scripts/1.4/scripts-1.4.zip

2. Open up the command prompt and enter the command:

set PATH=C:\temp\pax-construct-1.4\bin;%PATH%

No comments: