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

add-resource in 7.4.Final - incorrect tags for <security> #44

Closed AndriyKalashnykov closed 10 years ago

AndriyKalashnykov commented 11 years ago

As per documentation ( https://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/add-resource-example.html) in order to specify user-name and password i need to use following:

<security.user-name>sa</security.user-name> <security.password>sa</security.password>

in reality this is what really works:

<user-name>sa</user-name> <password>sa</password>

jamezp commented 10 years ago

Fixed, thanks!

AndriyKalashnykov commented 9 years ago

welcome :)