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

Hide server password #26

Closed smoyer64 closed 11 years ago

smoyer64 commented 11 years ago

In debug mode, the plug-in prints out the username and password used to deploy to the server as follows:

[DEBUG] Configuring mojo 'org.jboss.as.plugins:jboss-as-maven-plugin:7.1.1.Final:deploy' with basic configurator --> DEBUG filename = fps.ear DEBUG force = true DEBUG hostname = stack-dev.aittest.psu.edu DEBUG packaging = ear DEBUG password = <* redacted *> DEBUG port = 9999 DEBUG project = MavenProject: edu.psu.fps:fps-ear:0.1.0-SNAPSHOT @ /Users/stevemoyer/Documents/Workspaces/FPS/fps/fps-ear/pom.xml DEBUG skip = true DEBUG targetDir = /Users/stevemoyer/Documents/Workspaces/FPS/fps/fps-ear/target DEBUG username = aitci [DEBUG] -- end configuration --

The plug-in should display asterisks for the password and indicate whether it was pulled from a element in the pom.xml file or from a section in the settings.xml file.

smoyer64 commented 11 years ago

I can take this one too if you want to assign it to me.

smoyer64 commented 11 years ago

This looks like it was fixed between 7.1.1Final and 7.4.Final.