Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Local Repositories

nbargnesi edited this page Jun 16, 2012 · 2 revisions

To facilitate deploying development versions of the BEL Editor, the software can be deployed to a local Eclipse p2 repository.

The script local-repo can be used to package and deploy the BEL Editor to a temporary location.

Executing mvn -q package.
[INFO] Building jar: target/org.openbel.editor.core-1.0.0-SNAPSHOT.jar
[INFO] Building jar: target/org.openbel.editor.ui-1.0.0-SNAPSHOT.jar
[INFO] Building jar: target/org.openbel.editor.doc-1.0.0-SNAPSHOT.jar

Hosting Eclipse p2 repository from "/tmp/tmp.2TSKunBj8B", CTRL-C to cancel.

Serving HTTP on 0.0.0.0 port 8000 ...

Installing the development version is a simple matter of pointing Eclipse at the local URL http://localhost:8000.

Clone this wiki locally