triplequote / scala-maven-plugin

The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code in maven.
http://davidb.github.com/scala-maven-plugin/
The Unlicense
0 stars 3 forks source link

Use metrics service config file in scala-maven-plugin - hydra/v3.2.2 #8

Closed CMoH closed 6 years ago

CMoH commented 6 years ago

Update hydra integration of scala-maven-plugin to match upstream metrics service configuration policy, i.e. use a config file per metrics folder.

I didn't find the code related to the metrics service on branch hydra/v3.3.1. What is the status there?

PR is related to issue https://github.com/triplequote/dashboard/issues/36

I've managed to start the metrics service with the plugin on a test project, but hydra didn't seem to drop any metrics in the metrics folder. As a side note, the maven docs need some corrections. I'll create a PR on hydra for that.