After going through getting the installer to work, I'm now reading that the only way to get all of the extensions included is to apparently build syncope with maven. Looking at the documentation, there seems like several ways to go about this and they are quite different. If I'm looking to just get a build with all of the extensions included, but not everything pre-configured like the standalone version, should I just generate the archetype, run the mvn clean install and then mvn deploy to tomcat?
Also, does syncope support a Kerberos connection to PostgreSQL for the DB? I've used Kerberos in tomcat before for web app authentication, but not quite sure if it's supported for the internal connection to the database.
