jenkinsci / rubymetrics-plugin

Ruby metric reports for Jenkins. Rcov, Rails stats, Rails notes and Flog.
https://plugins.jenkins.io/rubyMetrics/
25 stars 28 forks source link

Compilation and test running instructions #1

Closed fguillen closed 13 years ago

fguillen commented 13 years ago

Hi David,

I'm trying to add a new digester for your pluggin.

Could you please add instructions or some kind of help to compile and run the tests of your plugin.

That will be helpful for the people, as me, have forgotten how to do it by their self.

Thanks

f.

calavera commented 13 years ago

Hey!!

All those instructions are pretty well explained into the Hudson's wiki:

http://wiki.hudson-ci.org/display/HUDSON/Plugin+tutorial

but basically, you have to use maven:

$ mvn install

fguillen commented 13 years ago

It works :)