SuccessChanges

Summary

  1. Updates pom to fix deployment with maven (details)
Commit ebb76c053cc2677798484e5f697d50763d81d5cc by martinperez.patricia
Updates pom to fix deployment with maven
There was an issue with the authentication when running the widlfly
server with maven. The reason was that the configuration of the
deployment was using the wrong database table to retrieve the passwords
and the roles. This configuration was updated changing the table "User"
to "author" in the pom file.
The file was modifiedpom.xml (diff)