JoelCalebPA / AlfrescoExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 70.4%Language:FreeMarker 14.1%Language:JavaScript 11.0%Language:Batchfile 2.3%Language:Shell 1.3%Language:CSS 0.7%Language:HTML 0.3%