Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

It is already in the 'OpenDevice' repository if you need.

See how to use the "OpenDevice" in Raspberry

 

Compiling

...

/wiki/spaces/DOC/pages/1704035

Compiling: on Raspberry side

sudo apt-get install bluetooth bluez-utils blueman
sudo apt-get install libbluetooth-dev
sudo apt-get install ant 

...

https://oss.sonatype.org/content/repositories/snapshots/br/com/criativasoft/opendevice/ext/bluecove-gpl-arm/

 

Warning

NEXT: Only for admins, ignore

 

Deploy to OpenDevice repository (only for admins, ignore)repository 

Code Block
mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \
-DartifactId=bluecove-gpl-arm \
-Dversion=2.1.1-SNAPSHOT \
-Dpackaging=jar \
-Dfile=bluecove-gpl-arm-2.1.1-SNAPSHOT.jar \
-DrepositoryId=ossrh \
-Durl=https://oss.sonatype.org/content/repositories/snapshots

mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \
-DartifactId=bluecove \
-Dversion=2.1.1-SNAPSHOT \
-Dpackaging=jar \
-Dfile=bluecove-2.1.1-SNAPSHOT.jar \
-DrepositoryId=ossrh \
-Durl=https://oss.sonatype.org/content/repositories/snapshots
 
mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \
-DartifactId=bluecove-gpl \
-Dversion=2.1.1-SNAPSHOT \
-Dpackaging=jar \
-Dfile=bluecove-gpl-2.1.1-SNAPSHOT.jar \
-DrepositoryId=ossrh \
-Durl=https://oss.sonatype.org/content/repositories/snapshots
 
mvn deploy:deploy-file -DgroupId=br.com.criativasoft.opendevice.ext \
-DartifactId=bluecove-parent \
-Dversion=2.1.1-SNAPSHOT \
-Dpackaging=pom \
-Dfile=bluecove-parent-2.1.1-SNAPSHOT.pom \
-DrepositoryId=ossrh \
-Durl=https://oss.sonatype.org/content/repositories/snapshots