File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed
Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -44,27 +44,29 @@ You need to configure maven with your username and identity file. In
4444~ /.m2/settings.xml (on the build machine), add or merge the following
4545xml:
4646
47+ ``` xml
4748<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
4849 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4950 xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0
5051 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
51- ` ` <localRepository />
52- ` ` <interactiveMode />
53- ` ` <usePluginRegistry />
54- ` ` <offline />
55- ` ` <pluginGroups />
56- ` ` <mirrors />
57- ` ` <proxies />
58- ` ` <profiles />
59- ` ` <activeProfiles />
60- ` ` <servers >
61- ` ` <server >
62- ` ` <id >` ossrh ` </id >
63- ` ` <username >` username ` </username >
64- ` ` <password >` pwd ` </password >
65- ` ` </server >
66- ` ` </servers >
52+ <localRepository />
53+ <interactiveMode />
54+ <usePluginRegistry />
55+ <offline />
56+ <pluginGroups />
57+ <mirrors />
58+ <proxies />
59+ <profiles />
60+ <activeProfiles />
61+ <servers >
62+ <server >
63+ <id >ossrh</id >
64+ <username >username</username >
65+ <password >pwd</password >
66+ </server >
67+ </servers >
6768</settings >
69+ ```
6870
6971Maven reports 'Auth Error' in the release: perform stage if you keys are
7072not properly set up. Permissions errors mean that authentication was
You can’t perform that action at this time.
0 commit comments