]
Ashley Abdel-Sayed reassigned ELY-1845:
---------------------------------------
Assignee: Ashley Abdel-Sayed (was: Darran Lofthouse)
Elytron wildfly-elytron-realm module contains wrong name in pom.xml
-------------------------------------------------------------------
Key: ELY-1845
URL:
https://issues.jboss.org/browse/ELY-1845
Project: WildFly Elytron
Issue Type: Bug
Reporter: Marek Kopecky
Assignee: Ashley Abdel-Sayed
Priority: Major
Elytron wildfly-elytron-realm module contains wrong name in pom.xml (WildFly Elytron -
Realm JDBC). It was probably copy-paste error from wildfly-elytron-realm-jdbc module:
{noformat}
[mkopecky@dhcp-10-40-5-141 elytron] $ cat ./auth/realm/base/pom.xml | grep name
<name>WildFly Elytron - Realm JDBC</name>
[mkopecky@dhcp-10-40-5-141 elytron] $ cat ./auth/realm/jdbc/pom.xml | grep name
<name>WildFly Elytron - Realm JDBC</name>
[mkopecky@dhcp-10-40-5-141 elytron] $
{noformat}