I want to create settings.xml folder in my macbook | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can copy past setting.xml from maven-home/conf and update inside .m2 folder

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 12, 2021

you can copy past setting.xml from maven-home/conf and update inside .m2 folder

Arun Patidar
BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
May 12, 2021

@raja9 steps below will allow you to create a new settings.xml in the .m2 folder from the terminal on your MAC.

Follow the steps below:

  1. open a terminal window, and type in: touch ~/.m2/settings.xml
  2. done - you have successfully created the settings.xml file. For a simple example of the settings.xml, you can copy the content from here and place it into your ~/.m2/settings.xml. https://helpx.adobe.com/ca/experience-manager/kb/SetUpTheAdobeMavenRepository.html