opendata-for-all / openapi-metamodel

The OpenAPI metamodel
Eclipse Public License 2.0
17 stars 7 forks source link

Unable to Run the project #27

Closed dkarthi1973 closed 3 years ago

dkarthi1973 commented 3 years ago

I have tried to execute and see the report ( i.e mvn test) but no output generated in that project. could you please let me know the procedure or commands for testing this model.

hamzaed commented 3 years ago

You can't run the tests using mvn test. You should use mvn verify instead. We rely on Tycho to bundle the project. Tycho executes the tests in an OSGi container using the tycho-surefire-plugin plugin. Such tests are executed in the integration test phase (after the package phase which creates the bundles).