Skip to content

Commit 73bb33d

Browse files
committed
fixing formatting of xml
1 parent 82ce6a4 commit 73bb33d

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

_wikis/BioJava:Make_release.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff 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
4545
xml:
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

6971
Maven reports 'Auth Error' in the release:perform stage if you keys are
7072
not properly set up. Permissions errors mean that authentication was

0 commit comments

Comments
 (0)