I'm trying to see my informations (username & url) in settings.xml but there is no document in my folder .m2, I try to display it with ls -la but nothing to do. How can we get those informations?
Asked
Active
Viewed 33 times
1 Answers
0
Maven will not automatically create the user settings.xml if it does not exist. If there are any settings you want to configure with non-default values, you'll have to create it yourself based on the examples in https://maven.apache.org/settings.html.
If you want to see the current values which Maven uses see here: Maven: Overview for the values of Maven properties.

Community
- 1
- 1

Michael Koch
- 1,152
- 11
- 17