An open API service indexing awesome lists of open source software.

https://github.com/microfocus/octane-eclipse-plugin

Eclipse IDE Integration for ALM Octane
https://github.com/microfocus/octane-eclipse-plugin

octane

Last synced: 8 months ago
JSON representation

Eclipse IDE Integration for ALM Octane

Awesome Lists containing this project

README

          

# octane-eclipse-plugin
## Eclipse IDE Integration for Core Software Delivery Platform

The plugin shares a common service layer with: https://github.com/MicroFocus/octane-intellij-plugin

Common: https://github.com/MicroFocus/octane-plugin-common

Connection to the server is done using the REST SDK for Core Software Delivery Platform, see:

* https://github.com/MicroFocus/ALMOctaneJavaRESTSDK

### How to build:
The plugin is build using mvn using tycho.

Go to the project root folder and run:
```
mvn clean install
```

### How to debug:
Import the project into eclipse, you'll need a verison of Eclipse for RCP and RAP Developers.
The maven module: octane-eclipse-plugin should be recogized as an eclipse plugin project.