ITEA3-Measure / MeasurePlatform

The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10 stars 4 forks source link

MMT measure maven compilation, to generate jar [Evaluation Scenario 3] #29

Closed Prasoonda closed 7 years ago

Prasoonda commented 7 years ago

Measure MMT packages do not compile with error

Could not resolve dependencies for project org.measure:MEASURE-MMTAppResponseTimePlugin:jar:0.1-SNAPSHOT: Failure to find org.measure.smmmeasure.api:SMMMeasureApi:jar:0.5.00

dieriver commented 7 years ago

The project implements the SMM API, which is a dependency of any MMT plugin. In order to correctly compile the plugin, it is required to download the API (https://github.com/ITEA3-Measure/SMMMeasureApi), compile it and then compile the MMT plugin.

We will update the wiki pages to reflect this requirement ¡,

Prasoonda commented 7 years ago

Thanks, it works now.

Thank you for updating it in wiki for other evaluators.