Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Bespoken Java Sample

Alexa Demo

Concepts

These samples shows how to create Alexa Skill working with the bst

Debugging

To run it locally, use this command: mvn compile exec:java -DdisableRequestSignatureCheck=true

Releasing

Running release prepare will version the repo - it is sufficient mvn -B release:clean release:prepare release:perform

The -B flag runs it in non-interactive mode.