GuavaEclipsePlugin / GuavaEclipsePluginParent

"Guava Eclipse Plugin" is an eclipse plugin which will generate following methods using Google guava utility classes or jdk utility classes toString() [STRG + SHIFT + 4] - equals(Object object) & hashCode() [STRG + SHIFT + 5] - compareTo(...) [STRG + SHIFT + 6]
https://guavaeclipseplugin.github.io/
10 stars 4 forks source link

Maven and Tycho to build the plugin #3

Closed arolfes closed 9 years ago

arolfes commented 9 years ago

Currently the release and build process is a manual step in eclipse.

I would like to have a maven build process to compile/test/release the plugin

arolfes commented 9 years ago

he plugin can now be build with maven but the maven release process does not work and there are several discussions ongoing when you google it

therefore i was not able to make the release process working i created a wiki page with release instructions

and i created a new feature request https://github.com/arolfes/GuavaEclipseHelper/issues/17