Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xseignard/tycho-demo-camp
- Owner: xseignard
- Created: 2011-06-13T15:18:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T12:58:21.000Z (over 10 years ago)
- Last Synced: 2024-10-15T08:29:54.757Z (2 months ago)
- Language: Java
- Homepage: http://xseignard.github.com/tycho-demo-camp/
- Size: 366 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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