9 строки
460 B
XML
9 строки
460 B
XML
<!--The only purpose of this file is to let codeql bypass the need for settings.security.xml-->
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
|
https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
<servers>
|
|
<!-- password is coming from cli -PadoAccessToken -->
|
|
</servers>
|
|
</settings> |