Putting the usernames and passwords for production servers into the pom.xml file is generally not desireable. Maven provide the facility to look up server credentials by using an id, which maps into a section in the settings.xml file.
The username/password facilities added in pull request #5 should be augmented to include storing the username/password securely.
Putting the usernames and passwords for production servers into the pom.xml file is generally not desireable. Maven provide the facility to look up server credentials by using an id, which maps into a section in the settings.xml file.
The username/password facilities added in pull request #5 should be augmented to include storing the username/password securely.