Maven settings.xml: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
<tt>settings.xml</tt> is the place to store configuration that should not be bundled with a specific project. This includes the location of the local repository, alternate remote [[Maven Repositories|repository servers]] and authentication information. | <tt>settings.xml</tt> is the place to store configuration that should not be bundled with a specific project. This includes the location of the local repository, alternate remote [[Maven Repositories|repository servers]] and authentication information. Usually, this information is bundled in specific [[Maven Profile|profiles]]. |
Revision as of 17:31, 1 March 2017
External
Internal
Overview
settings.xml is the place to store configuration that should not be bundled with a specific project. This includes the location of the local repository, alternate remote repository servers and authentication information. Usually, this information is bundled in specific profiles.