Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xseignard/tycho-demo-camp

You can find some slides there.
https://github.com/xseignard/tycho-demo-camp

Last synced: 24 days ago
JSON representation

You can find some slides there.

Awesome Lists containing this project

README

        

Simple tycho example
[![Build Status](https://buildhive.cloudbees.com/job/xseignard/job/tycho-demo-camp/badge/icon)](https://buildhive.cloudbees.com/job/xseignard/job/tycho-demo-camp/)

How to
--------------
You can run **mvn clean install** in the parent folder.

There is a profile that enables the execution of the integration tests with SWTBot.

To enable it just run **mvn clean install -Prun-its**

To see Sonar quality analysis, install a Sonar instance and run the following commands.

mvn clean install -Prun-its

and then

mvn sonar:sonar -Prun-its