blob: 424f8ab6c5ebe1feb243a1dc1f7b2d54e2d57dab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Attempt to write a Tuxguitar plugin to import Songsterr JSONs.
You need to install the TuxGuitar lib to a local repo inside this project:
mvn \
install:install-file \
-Dfile=$path/tuxguitar-lib.jar \
-DgroupId=app.tuxguitar \
-DartifactId=tuxguitar-lib \
-Dversion=9.99 \
-Dpackaging=jar \
-DlocalRepositoryPath=$thisDir/songsterr/repo/
|