Reputation: 4080
I am a mobile app developer & I am trying to setup Backbase CXP in my system. I have installed maven in my system manually & I can see .m2 folder in my system.
Now I am trying to set up password security but I could not found settings-security.xml file.
I have tried following links
Please let me how can I generate settings-security.xml file or let me know if I have to download from somewhere.
Upvotes: 0
Views: 2425
Reputation: 97467
Take a look into the first link you have given:
Store this password in the ${user.home}/.m2/settings-security.xml; it should look like
The snippet after this you can use a template and fill in your details. That's it.
Upvotes: 1