adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
130 stars 62 forks source link

Unable to parse command line options: Unrecognized option: -dKEYCLOAK_CREDENTIALS_SECRET #33

Closed vit100 closed 5 years ago

vit100 commented 5 years ago

Place where bug appeared

Getting started guide, Run as ASPSP-Mock-Server

Current behavior

running command mvn spring-boot:run -dKEYCLOAK_CREDENTIALS_SECRET="b191e51b-e9de-4dcb-a156-a62e98f328a7" -Drun.profiles=fongo

throws exception: Unable to parse command line options: Unrecognized option: -dKEYCLOAK_CREDENTIALS_SECRET=b191e51b-e9de-4dcb-a156-a62e98f328a7

Steps to reproduce

follow manual step by step

XS2A version(s):

latest

DG0lden commented 5 years ago

It would work with capital D: mvn spring-boot:run -DKEYCLOAK_CREDENTIALS_SECRET="b191e51b-e9de-4dcb-a156-a62e98f328a7" -Drun.profiles=fongo

vit100 commented 5 years ago

It would work with capital D: mvn spring-boot:run -DKEYCLOAK_CREDENTIALS_SECRET="b191e51b-e9de-4dcb-a156-a62e98f328a7" -Drun.profiles=fongo

Also I created PR with manual fix.