Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 867 Bytes

DEVELOP.md

File metadata and controls

43 lines (30 loc) · 867 Bytes

OpenAPI (Swagger) Editor plugin for Eclipse

This is a repository for OpenAPI (Swagger) Editor plugin for Eclipse.

Setup Equo

CD C:\Users\xxx\eclipse\eclipse-committers-2021-03-R-win32-x86_64\eclipse
eclipsec.exe  -application org.eclipse.equinox.p2.director -repository https://dl.equo.dev/middleware/1.2/repo -installIU com.equo.middleware.api,com.equo.middleware.ee.provider

Build

  1. Download all dependencies
cd openapi-plugin
mvn dependency:copy
cd ..

If build is failing, make sure to do a clean check out from the source control, to make sure old versions of the libraries are not being picked up by the build.

  1. Test
cd openapi-plugin
mvn test
cd ..
  1. Update current version
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.0.2
  1. Build
mvn clean install