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
- Host: GitHub
- URL: https://github.com/microfocus/octane-eclipse-plugin
- Owner: MicroFocus
- License: other
- Created: 2016-03-08T20:33:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T11:19:17.000Z (over 1 year ago)
- Last Synced: 2024-07-10T13:22:29.188Z (over 1 year ago)
- Topics: octane
- Language: Java
- Homepage:
- Size: 92.6 MB
- Stars: 9
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.