Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven RC2, Windows XP, JDK 1.4.2_05
-
Number of attachments :
Description
Hi,
I had problems using the Deploy and Undeploy goals because I configured my JBoss JMX console webapp to use BASIC security authentication.
It would be useful, if the calls to the ant get task in the jelly script of the plugin would include additional parameters for the username and password to use whenever authentication is required, like
maven.jboss.authentication = true
maven.jboss.authentication.username = admin
maven.jboss.authentication.password = admin
I'll attach my modified plugin.jelly with my modifications to the deploy and undeploy tag defines to support this.
Leander
The following properties are required to enable authentication:
maven.jboss.authentication = true
maven.jboss.authentication.username = admin
maven.jboss.authentication.password = admin