[keycloak-dev] auth-server and WEB-INF/lib

Stan Silvert ssilvert at redhat.com
Tue Sep 30 21:43:21 EDT 2014


Does anyone have an objection to letting the jar files in WEB-INF/lib 
lose their version numbers?  I won't bore you with the details of why I 
want to do this, but it makes it much simpler to deal with automatically 
replacing the account and login SPI jars:
http://docs.jboss.org/keycloak/docs/1.0-beta-4/userguide/html/themes.html#d4e1018

Also, it keeps the above doco from getting out of date like it is now. :-)

We can easily do this with the Maven WAR plugin.
http://maven.apache.org/plugins/maven-war-plugin/examples/file-name-mapping.html

Any objections to letting jars in WEB-INF/lib get the 
@{artifactId}@.@{extension}@ pattern?

Stan


More information about the keycloak-dev mailing list