Closed smoyer64 closed 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.
I can take this one too if you want to assign it to me.
This looks like it was fixed between 7.1.1Final and 7.4.Final.
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.