Using Pax-Construct from Eclipse
Introduction
Pax-Construct is a usuful tool for OSGi-based system development and it is available as a Maven plugin. You can use most of its features from Eclipse once you install m2eclipse plugin.
How to use
Setup
You need to install m2eclipse plugin to run PAX commands.
Execute Pax Goals
Provisioning
Instead of running Cytoscape 3 on Equinox, you can use pax:provision goal to run Cytoscape 3 on Apache Felix.
From Run menu, select Run Configurations...
Select Maven Build and create new configuration.
Set base directory to core.
- Select following goals, in order:
- clean
- install
- pax:provision
mvn clean install pax:provision
- Apply and Run
Reference
This document is written by KeiichiroOno 2025-04-17 04:53:36
If you have any questions, please e-mail me (kono at ucsd dot edu)