| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A test application for the Bluetooth Manager. It is not by any means a production-ready application. The main purpose of this application is to provide easy-to-use testing platform for the Bluetooth Manager.
sh .travis/install-dependencies.shmvn clean installjava -jar bluetooth-cli-1.0-SNAPSHOT.jarYou are welcome to contribute to the project, the project environment is designed to make it easy by using:
The build process is streamlined by using standard maven tools.
To build the project you will need to install the TinyB library into your maven repository. Run this in the root of the project:
sh .travis/install-dependencies.shThen build the project with maven:
mvn clean installTo cut a new release and upload it to the Maven Central Repository:
mvn release:prepare -B
mvn release:performTravis CI process will take care of everything, you will find a new artifact in the Maven Central repository when the release process finishes successfully.
| Back | FazBrowse Home | New Git URL |