Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfresco Share JAR Module - SDK 3

To run this module use mvn clean install -DskipTests=true alfresco:run or ./run.sh and verify that it

  • Runs the embedded Tomcat + H2 DB
  • Runs Alfresco Share
  • Packages both as JAR and AMP assembly

Note. You access Share as follows: http://localhost:8081/share

Note. You need an Alfresco Platform instance running at http://localhost:8080/alfresco that Share can talk to. Typically you will just kick off a platform-jar module for that.

Few things to notice

  • No parent pom
  • WAR assembly is handled by the Alfresco Maven Plugin configuration, if needed
  • 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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages