fido-device-onboard/pri-fidoiot

Device starting commands to be run through "java -jar" instead of "mvn exec:java"

swamyb3679 opened this issue · 2 comments

In the device readme https://github.com/secure-device-onboard/pri-fidoiot/blob/master/component-samples/demo/device/README.md, observed the following command.

Observed: mvn -Dfidoalliance.fdo.url.di= -Dfidoalliance.fdo.pem.dev= exec:java
Expected: java -jar -Dfidoalliance.fdo.url.di= -Dfidoalliance.fdo.pem.dev= device.jar

Fixed in #237

Fixed in #237