jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

Enhance username/password security #25

Closed smoyer64 closed 11 years ago

smoyer64 commented 11 years ago

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.

smoyer64 commented 11 years ago

I've forked the project to address this issue ... feel free to assign it to me if you want.

smoyer64 commented 11 years ago

Closing since this was encompassed in pull request #27.