
* kafka-api-serde-api pom fixes * change pom and add settings * fix xml Co-authored-by: iliax <ikuramshin@provectus.com> Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
17 lines
No EOL
348 B
XML
17 lines
No EOL
348 B
XML
<settings>
|
|
<servers>
|
|
<server>
|
|
<id>ossrh</id>
|
|
<username>${server.username}</username>
|
|
<password>${server.password}</password>
|
|
</server>
|
|
</servers>
|
|
<profiles>
|
|
<profile>
|
|
<id>ossrh</id>
|
|
<activation>
|
|
<activeByDefault>true</activeByDefault>
|
|
</activation>
|
|
</profile>
|
|
</profiles>
|
|
</settings> |