I have a pom.xml file. How do I setup the username & password using pom.xml?
<servers>
<server>
<id>what needs to passed in id </id>
<username>usename</username>
<password>Apikey</password>
</server>
</servers>
I have a pom.xml file. How do I setup the username & password using pom.xml?
<servers>
<server>
<id>what needs to passed in id </id>
<username>usename</username>
<password>Apikey</password>
</server>
</servers>
Copyright © 2021 Jogjafile Inc.
Put the
<servers>
block to~/.m2/settings.xml
and repositories params to pom.xmlin pom.xml:
in ~/.m2/settings.xml
Reference:
https://maven.apache.org/plugins/maven-deploy-plugin/usage.html