Gagan_iOS
Gagan_iOS

Reputation: 4080

how to find/create settings-security.xml file in Maven

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

Link1 Link2 etc

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

Answers (1)

khmarbaise
khmarbaise

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

Related Questions