Maven settings.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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. Usually, this information is bundled in specific [[Maven Profile|profiles]].
<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#In_Settings|profiles]].

Revision as of 17:33, 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.