- Remove dependency to tk.skuro.alfresco:h2-support
- Extract PostreSQL dialect files from alfresco-repository and transform then into H2 files dialect on-the-fly
- -Penterprise is now added and SDK will run against latest alfresco
enterprise
- currently Alfresco INTERNAL only (no Enterprise SNAPSHOTs published)
- tested with latest Enterprise HEAD and also aligned artifactId to new
naming (alfresco-enterprise|share-enterprise)
- updated docs
Merge remote-tracking branch 'origin/enterprise-profile'
Conflicts:
archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/pom.xml
archetypes/alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml
archetypes/share-amp-archetype/src/main/resources/archetype-resources/pom.xml
poms/alfresco-sdk-parent/pom.xml
poms/alfresco-sdk-parent/src/site/apt/sdk-profiles.apt.vm
src/site/apt/prerequisites.apt.vm
-- added -Pregression profile to invoke Share PO / Selenium
functional/regression tests
-- tested successfully with 'mvn clean install' -Prun,regression
(optionally -Dtest=LoginPageTests)
-- reports are produced in target
-- updates docs on available profiles
fixes issue #213
- refactored solr pom to properly be a WAR project (no more POM)
- removed ANTRUN for good. using maven-war-plugin to pacakge a proper
solr customized war
- added packaging of the -config.zip customized artifact for solr
- updated archetypes to include the new files
- updated runner configuration to run also solr as webapp
- added root webapp with index.html so that opening localhost:8080
points easily to the installed webapps
- aded context for solr
- fixed Solr INFO logging by adding delegate=false in the
context-solr.xml so that slf4j is NOT duplicated
- minor naming updates
- Refining pull request #209 to only make default use of spring loaded
in run.sh and automatically download it
- added -Psetup profile (and documented) to automatically download
springloaded in the initialize phase
- embedded conditional call to download springloaded (if lib doesn't
exist already) in the run.sh scripts
- added run.sh scripts in each archetype
- Refined naming
- fixes issue #196
- removed double declaration of the alfresco-maven-plugin