rastaman / jira-mylyn-connector

Mylyn Eclipse Connector for JIRA forked from the old one on Bitbucket
9 stars 8 forks source link

Convert the build process to maven and use bundles ? #1

Open rastaman opened 6 years ago

rastaman commented 6 years ago

It would be fine to have a little bit more modern headless build system which works.

Currently the project builds inside the IDE manually, the headless build didn't work anymore.

The recently updated/acquired knowledge in building target platforms and using maven to build eclipse plugins and features should be applied to this project, as it is done in the base mylyn project.

It is probably not needed anymore to build map files by hand and to checkout mylyn and commons-connector from git. An orbit repository and a mylyn current bundle looks like enough to build the whole thing (i.e the JIRA connector and its test module).

rastaman commented 6 years ago

@lmaitre : what did you think about this ?