-
You will need a working JDK environment.
-
Accept the Garmin FIT SDK license as this project makes use of their SDK.
-
Install the fit.jar bundle locally:
mvn install:install-file -Dfile=fit-21.14.00.jar -DgroupId=com.garmin.fit -DartifactId=fit-sdk -Dversion=21.14.00 -Dpackaging=jar
mvn clean packagejava -jar target/activity-manager-VERSION-jar-with-dependencies.jarmvn formatter:formatmvn testmvn clean verifymvn -Dmaven.test.skip=true clean package
- Do this work on master:
git checkout master - Update the version string in
pom.xmland commit the changes. - Create a new version tag:
git tag v1.2.3 - Update the remote master branch:
git push origin master:master - Update GitHub with all the local tag(s):
git push --tags
- View the contents of a file within the jar using:
unzip -q -c myarchive.jar path/to/file - List all the files in a jar using:
jar -tf myarchive.jar