Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit ecbacc8

Browse files
author
BruceHaley
authored
Add ConversationalAI to settings.xml (#850)
1 parent ea18ab6 commit ecbacc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

settings.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ under the License.
137137
<username>${repo.username}</username>
138138
<password>${repo.password}</password>
139139
</server>
140+
<server>
141+
<id>ConversationalAI</id>
142+
<!-- only needed for private feeds or when deploying artifacts to the feed -->
143+
<username>${repo.username}</username>
144+
<password>${repo.password}</password>
145+
</server>
140146
</servers>
141147

142148
<!-- mirrors

0 commit comments

Comments
 (0)