mknittig / ereviewboard

A mylyn-based Eclipse integration for Review Board
16 stars 3 forks source link

Migrate build to Tycho #4

Closed rombert closed 13 years ago

rombert commented 13 years ago

Hi Markus,

I have the intention to start contributing to ereviewboard occasionally, now that

To ease the barrier to entry in building the plugin, I've migrated the build to Tycho. Not being able to build the plugin locally was quite frustrating.

rom my experience with the Mylyn-MantisBT connector it works just fine. All you need is a recent Maven 3.x build ( http://maven.apache.org/download.html gives you 3.0 beta 3, but a 3.0 final release should come in this week ). mvn compile compiles, mvn package compiles and builds the update site and mvn verify compiles, packages and runs the tests.

Please consider this for inclusion.

Thanks,

Robert