Skip to content

Shows how to externalize the display of facet values in the Share faceted search page.

Notifications You must be signed in to change notification settings

jpotts/facet-test

Repository files navigation

Alfresco AIO Project - SDK 3

This is an All-In-One (AIO) project for Alfresco SDK 3.0.

Run with mvn clean install -DskipTests=true alfresco:run or ./run.sh and verify that it

  • Runs the embedded Tomcat + H2 DB
  • Runs Alfresco Platform (Repository)
  • Runs Alfresco Solr4
  • Runs Alfresco Share
  • Packages both as JAR and AMP assembly for modules

Few things to notice

  • No parent pom
  • No WAR projects, all handled by the Alfresco Maven Plugin
  • No runner project - it's all in the Alfresco Maven Plugin
  • Standard JAR packaging and layout
  • Works seamlessly with Eclipse and IntelliJ IDEA
  • JRebel for hot reloading, JRebel maven plugin for generating rebel.xml, agent usage: MAVEN_OPTS=-Xms256m -Xmx1G -agentpath:/home/martin/apps/jrebel/lib/libjrebel64.so
  • AMP as an assembly
  • Configurable Run mojo in the alfresco-maven-plugin
  • No unit testing/functional tests just yet
  • Resources loaded from META-INF
  • Web Fragment (this includes a sample servlet configured via web fragment)

TODO

  • Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
  • Purge
  • Functional/remote unit tests

About

Shows how to externalize the display of facet values in the Share faceted search page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published