From da5ffcf2a6930e525d389ac0b611e446b3ada54a Mon Sep 17 00:00:00 2001 From: bhagya_silva Date: Thu, 28 Aug 2014 15:09:49 +0200 Subject: [PATCH] No more Alfresco Maven SDK, just Alfresco SDK. --- README.md | 16 ++++++++-------- archetypes/alfresco-allinone-archetype/pom.xml | 2 +- .../archetype-resources/repo-amp/pom.xml | 2 +- .../src/site/apt/advanced-usage.apt.vm | 2 +- .../src/site/apt/index.apt.vm | 2 +- .../src/site/site.xml | 4 ++-- .../src/site/apt/advanced-usage.apt.vm | 2 +- .../alfresco-amp-archetype/src/site/site.xml | 4 ++-- .../src/site/apt/advanced-usage.apt.vm | 2 +- .../archetype-resources/src/site/site.xml | 4 ++-- .../src/site/apt/advanced-usage.apt.vm | 2 +- .../share-amp-archetype/src/site/site.xml | 4 ++-- .../src/site/apt/usage.apt.vm | 8 ++++---- .../alfresco-maven-plugin/src/site/site.xml | 4 ++-- pom.xml | 6 +++--- poms/alfresco-sdk-parent/pom.xml | 4 ++-- .../src/site/apt/index.apt.vm | 4 ++-- .../src/site/apt/sdk-profiles.apt.vm | 4 ++-- .../src/site/apt/sdk-properties.apt.vm | 2 +- poms/alfresco-sdk-parent/src/site/site.xml | 8 ++++---- src/changes/changes.xml | 6 +++--- src/site/apt/index.apt.vm | 18 +++++++++--------- src/site/apt/prerequisites.apt.vm | 8 ++++---- src/site/apt/why.apt.vm | 2 +- src/site/site.xml | 6 +++--- 25 files changed, 63 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index df8b8d37..8f579ac4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# [![Maven Alfresco SDK logo](https://github.com/Alfresco/alfresco-sdk/raw/master/src/site/resources/img/alfresco-maven-logo.jpg)](#features) Maven Alfresco SDK +# [![Alfresco SDK logo](https://github.com/Alfresco/alfresco-sdk/raw/master/src/site/resources/img/alfresco-maven-logo.jpg)](#features) Alfresco SDK -The Alfresco SDK based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects. +Alfresco SDK based on Apache Maven. + +Includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects. It is composed of: @@ -14,13 +16,11 @@ It is composed of: ## Resources -### Developer docs +### Developer Documentation -**SDK 2.x**: Full documentation is available at the [Maven Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-sdk-aggregator/latest/index.html). +**SDK 2.x**: Full documentation is available at the [Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-sdk-aggregator/latest/index.html). -**SDK 1.x**: Full documentation is available at the [Maven Alfresco SDK site](https://artifacts.alfresco.com/nexus/content/groups/public/alfresco-lifecycle-aggregator/latest/index.html). - -### Alfresco Official docs +### Alfresco Official Documentation Additional documentation for Alfresco Community and Enterprise, tutorials and examples is available in the [Alfresco Docs](http://docs.alfresco.com/4.2/concepts/dev-extensions-maven-sdk-intro.html). @@ -31,7 +31,7 @@ Advanced sample projects are maintained by @ohej in the [Alfresco SDK Samples pr ### Contribute -Report issues (and contribute!) [here](https://github.com/Alfresco/alfresco-sdk/issues?milestone=1&state=open). You can also join the [Maven Alfresco list on Google Groups](https://groups.google.com/forum/#!forum/maven-alfresco). +Report issues (and contribute!) [here](https://github.com/Alfresco/alfresco-sdk/issues?milestone=1&state=open). You can also join the [Alfresco list on Google Groups](https://groups.google.com/forum/#!forum/maven-alfresco). ## Maven Repositories diff --git a/archetypes/alfresco-allinone-archetype/pom.xml b/archetypes/alfresco-allinone-archetype/pom.xml index fa7280b9..cc1c25f7 100644 --- a/archetypes/alfresco-allinone-archetype/pom.xml +++ b/archetypes/alfresco-allinone-archetype/pom.xml @@ -5,7 +5,7 @@ org.alfresco.maven.archetype alfresco-allinone-archetype maven-archetype - Alfresco Maven SDK - All-in-One Archetype + Alfresco SDK - All-in-One Archetype Sample multi-module project for All-in-One development on the Alfresco plaftorm. Includes modules for: Repository WAR overlay, Repository AMP, Share WAR overlay, Solr configuration, and embedded Tomcat runner diff --git a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo-amp/pom.xml b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo-amp/pom.xml index 449f9a14..b34dd537 100644 --- a/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo-amp/pom.xml +++ b/archetypes/alfresco-allinone-archetype/src/main/resources/archetype-resources/repo-amp/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ${artifactId} - Alfresco repository AMP Module + Alfresco Repository AMP Module amp This is a sample Alfresco repository AMP project, depended upon by the alfresco WAR module diff --git a/archetypes/alfresco-allinone-archetype/src/site/apt/advanced-usage.apt.vm b/archetypes/alfresco-allinone-archetype/src/site/apt/advanced-usage.apt.vm index 0b54cc81..fda713e2 100644 --- a/archetypes/alfresco-allinone-archetype/src/site/apt/advanced-usage.apt.vm +++ b/archetypes/alfresco-allinone-archetype/src/site/apt/advanced-usage.apt.vm @@ -9,7 +9,7 @@ All-in-One Archetype properties - In each of the modules of the archetype (as in the whole Maven Alfresco SDK\x99) properties are configurable at many levels: + In each of the modules of the archetype (as in the whole Alfresco SDK\x99) properties are configurable at many levels: * as POM properties diff --git a/archetypes/alfresco-allinone-archetype/src/site/apt/index.apt.vm b/archetypes/alfresco-allinone-archetype/src/site/apt/index.apt.vm index 2f1c2d0b..0d6b2f2f 100644 --- a/archetypes/alfresco-allinone-archetype/src/site/apt/index.apt.vm +++ b/archetypes/alfresco-allinone-archetype/src/site/apt/index.apt.vm @@ -9,7 +9,7 @@ Introduction The Alfresco All-in-One Archetype is a multi-module project, - leveraging Maven Alfresco SDK\x99 powerful capabilities to customize and run the full Alfresco platform embedded and all it's components. + leveraging Alfresco SDK\x99 powerful capabilities to customize and run the full Alfresco platform embedded and all it's components. The archetype does not require additional download and provides a perfect starting point for full-blown Alfresco projects. * Features diff --git a/archetypes/alfresco-allinone-archetype/src/site/site.xml b/archetypes/alfresco-allinone-archetype/src/site/site.xml index 344bd53b..4bd053d6 100644 --- a/archetypes/alfresco-allinone-archetype/src/site/site.xml +++ b/archetypes/alfresco-allinone-archetype/src/site/site.xml @@ -23,7 +23,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/archetypes/alfresco-amp-archetype/src/site/apt/advanced-usage.apt.vm b/archetypes/alfresco-amp-archetype/src/site/apt/advanced-usage.apt.vm index e82778c3..4674c84a 100644 --- a/archetypes/alfresco-amp-archetype/src/site/apt/advanced-usage.apt.vm +++ b/archetypes/alfresco-amp-archetype/src/site/apt/advanced-usage.apt.vm @@ -16,7 +16,7 @@ AMP Unit Testing AMP Archetype properties - In the AMP archetype (as in the whole Part of the Maven Alfresco SDK\x99) properties are configurable at many levels: + In the AMP archetype (as in the whole Part of the Alfresco SDK\x99) properties are configurable at many levels: * as POM properties diff --git a/archetypes/alfresco-amp-archetype/src/site/site.xml b/archetypes/alfresco-amp-archetype/src/site/site.xml index f85c2ab7..228563ea 100644 --- a/archetypes/alfresco-amp-archetype/src/site/site.xml +++ b/archetypes/alfresco-amp-archetype/src/site/site.xml @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/apt/advanced-usage.apt.vm b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/apt/advanced-usage.apt.vm index c7b25e71..57a6faa7 100644 --- a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/apt/advanced-usage.apt.vm +++ b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/apt/advanced-usage.apt.vm @@ -16,7 +16,7 @@ AMP Unit Testing Share AMP Archetype properties - In the AMP archetype (as in the whole Part of the Maven Alfresco SDK\x99) properties are configurable at many levels: + In the AMP archetype (as in the whole Part of the Alfresco SDK\x99) properties are configurable at many levels: * as POM properties diff --git a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/site.xml b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/site.xml index 6737ce08..6d62a05f 100644 --- a/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/site.xml +++ b/archetypes/share-amp-archetype/src/main/resources/archetype-resources/src/site/site.xml @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/archetypes/share-amp-archetype/src/site/apt/advanced-usage.apt.vm b/archetypes/share-amp-archetype/src/site/apt/advanced-usage.apt.vm index da021400..31a613dc 100644 --- a/archetypes/share-amp-archetype/src/site/apt/advanced-usage.apt.vm +++ b/archetypes/share-amp-archetype/src/site/apt/advanced-usage.apt.vm @@ -16,7 +16,7 @@ AMP Unit Testing AMP Archetype properties - In the AMP archetype (as in the whole Part of the Maven Alfresco SDK\x99) properties are configurable at many levels: + In the AMP archetype (as in the whole Part of the Alfresco SDK\x99) properties are configurable at many levels: * as POM properties diff --git a/archetypes/share-amp-archetype/src/site/site.xml b/archetypes/share-amp-archetype/src/site/site.xml index 690489d1..08571177 100644 --- a/archetypes/share-amp-archetype/src/site/site.xml +++ b/archetypes/share-amp-archetype/src/site/site.xml @@ -24,7 +24,7 @@ - + @@ -33,7 +33,7 @@ - + diff --git a/plugins/alfresco-maven-plugin/src/site/apt/usage.apt.vm b/plugins/alfresco-maven-plugin/src/site/apt/usage.apt.vm index 49ea4de9..8fe61d7c 100644 --- a/plugins/alfresco-maven-plugin/src/site/apt/usage.apt.vm +++ b/plugins/alfresco-maven-plugin/src/site/apt/usage.apt.vm @@ -10,13 +10,13 @@ How to use this plugin? There are fundamentally 3 methods to use this plugin: - [[1]] Using Archetypes provided in the Maven Alfresco SDK + [[1]] Using Archetypes provided in the Alfresco SDK [[2]] By using the Alfresco SDK Parent POM [[3]] Via direct configuration in your POM -* Method 1 - Using Maven Alfresco SDK Archetypes +* Method 1 - Using Alfresco SDK Archetypes Two sample archetypes already use the plugin and provide best practice example on how to use it: @@ -27,9 +27,9 @@ How to use this plugin? This is the <> and less error-prone way of using the plugin. -* Method 2 - Using Maven Alfresco SDK Parent POM +* Method 2 - Using Alfresco SDK Parent POM - The {{{../../poms/alfresco-sdk-parent/index.html}Maven Alfresco SDK Parent POM}} provides a single entry point for all SDK features. + The {{{../../poms/alfresco-sdk-parent/index.html}Alfresco SDK Parent POM}} provides a single entry point for all SDK features. By using it as parent as follows: diff --git a/plugins/alfresco-maven-plugin/src/site/site.xml b/plugins/alfresco-maven-plugin/src/site/site.xml index 98e8fee0..527d12c8 100644 --- a/plugins/alfresco-maven-plugin/src/site/site.xml +++ b/plugins/alfresco-maven-plugin/src/site/site.xml @@ -26,7 +26,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/pom.xml b/pom.xml index 0667f325..dafd5d8d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,9 @@ org.alfresco.maven alfresco-sdk-aggregator 2.0.0-SNAPSHOT - Maven Alfresco SDK + Alfresco SDK This aggregator Project builds all modules required for - the Maven Alfresco SDK + the Alfresco SDK pom ${maven.site.url} @@ -103,7 +103,7 @@ - + modules/alfresco-rad diff --git a/poms/alfresco-sdk-parent/pom.xml b/poms/alfresco-sdk-parent/pom.xml index 63f09a3b..ba277f68 100644 --- a/poms/alfresco-sdk-parent/pom.xml +++ b/poms/alfresco-sdk-parent/pom.xml @@ -2,9 +2,9 @@ 4.0.0 alfresco-sdk-parent - Maven Alfresco SDK Parent POM + Alfresco SDK Parent POM - The Maven Alfresco SDK Parent POM exposes the developer features of the Maven Alfresco SDK. + The Alfresco SDK Parent POM exposes the developer features of the Alfresco SDK. Declare this POM as parent for your project and select the Alfresco version/edition by defining the alfresco.groupId and alfresco.version in your POM. diff --git a/poms/alfresco-sdk-parent/src/site/apt/index.apt.vm b/poms/alfresco-sdk-parent/src/site/apt/index.apt.vm index a29c8dc3..ce6bfc12 100644 --- a/poms/alfresco-sdk-parent/src/site/apt/index.apt.vm +++ b/poms/alfresco-sdk-parent/src/site/apt/index.apt.vm @@ -8,10 +8,10 @@ Introduction - The Alfresco SDK Parent POM ${project.version} is the <<>> for all Maven Alfresco SDK\x99 features. + The Alfresco SDK Parent POM ${project.version} is the <<>> for all Alfresco SDK\x99 features. It aggregates plugin configurations and dependencies to provide a set of profiles and properties to manage the full Alfresco projects Lifecycle on Maven. - The current version of the POM in use in the Maven Alfresco SDK\x99 ${project.version} is available {{{https://oss.sonatype.org/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}on Maven Central}}. + The current version of the POM in use in the Alfresco SDK\x99 ${project.version} is available {{{https://oss.sonatype.org/index.html#nexus-search;gav~org.alfresco.maven~alfresco-sdk-parent~${project.version}~pom~}on Maven Central}}. Usage diff --git a/poms/alfresco-sdk-parent/src/site/apt/sdk-profiles.apt.vm b/poms/alfresco-sdk-parent/src/site/apt/sdk-profiles.apt.vm index f701eaf9..78ab3e7e 100644 --- a/poms/alfresco-sdk-parent/src/site/apt/sdk-profiles.apt.vm +++ b/poms/alfresco-sdk-parent/src/site/apt/sdk-profiles.apt.vm @@ -1,5 +1,5 @@ ------ - Maven Alfresco SDK\x99 Profiles + Alfresco SDK\x99 Profiles ------ Gabriele Columbro ------ @@ -8,7 +8,7 @@ SDK Available Profiles - The Maven Alfresco SDK\x99 defines common features required by different Alfresco projects. + The Alfresco SDK\x99 defines common features required by different Alfresco projects. While the <<>> way is to use full working examples of usage of these profiles (e.g. the {{{../../archetypes/alfresco-amp-archetype/index.html}AMP}} and {{{../../archetypes/alfresco-allinone-archetype/index.html}All-in-One}} archetypes), you can also directly use this POM as a parent in your custom project. diff --git a/poms/alfresco-sdk-parent/src/site/apt/sdk-properties.apt.vm b/poms/alfresco-sdk-parent/src/site/apt/sdk-properties.apt.vm index 324aebea..a41619db 100644 --- a/poms/alfresco-sdk-parent/src/site/apt/sdk-properties.apt.vm +++ b/poms/alfresco-sdk-parent/src/site/apt/sdk-properties.apt.vm @@ -1,5 +1,5 @@ ------ - Maven Alfresco SDK Properties + Alfresco SDK Properties ------ Gabriele Columbro ------ diff --git a/poms/alfresco-sdk-parent/src/site/site.xml b/poms/alfresco-sdk-parent/src/site/site.xml index 66258605..5038ab56 100644 --- a/poms/alfresco-sdk-parent/src/site/site.xml +++ b/poms/alfresco-sdk-parent/src/site/site.xml @@ -53,12 +53,12 @@ - - + + - + @@ -67,7 +67,7 @@ - + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8e06fb28..64d4be48 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1,11 +1,11 @@ - Maven Alfresco SDK (former Maven Alfresco Lifecycle) + Alfresco SDK (former Alfresco Lifecycle) Gabriele Columbro - + Complete re-write of alfresco-maven-plugin to embed Alfresco MMT, therefore maximize alignment / supportability of the build process Introduced a common SDK parent POM (alfresco-sdk-parent), single entry point to access SDK features Introduced a Alfresco platform distribution POM (alfresco-sdk-parent) describing Alfresco artifacts per every release @@ -41,7 +41,7 @@ Linked all sub modules. - Added this wrapper project to group all Maven Alfresco plugins and archetype useful for the Maven Alfresco Lifecycle support + Added this wrapper project to group all Alfresco plugins and archetype useful for the Alfresco Lifecycle support diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index f476479b..b4db19e2 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -1,5 +1,5 @@ ------ - Maven Alfresco SDK\x99 + Alfresco SDK\x99 ------ Gabriele Columbro ------ @@ -8,12 +8,12 @@ Introduction - The (Maven) Alfresco SDK\x99 - formerly {{{https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/latest/index.html} Maven Alfresco Lifecycle 3.9.1}} - + The (Maven) Alfresco SDK\x99 - formerly {{{https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/latest/index.html} Alfresco Lifecycle 3.9.1}} - provides a fully fledged Maven support for {{{http://www.alfresco.com}Alfresco ECM}} WAR and {{{https://wiki.alfresco.com/wiki/AMP_Files}AMP}} project development. Being fully integrated with Maven it allows to both leverage the vast number of Maven plugins for your Alfresco project as well as integrated your project easily in Open Source and Enterprise development processes. - The Maven Alfresco SDK\x99 is fully documented in the single components websites (see menu above). + The Alfresco SDK\x99 is fully documented in the single components websites (see menu above). For official (Enterprise) support of this SDK please refer to the features and tutorials documented in {{{http://docs.alfresco.com/community/concepts/alfresco-sdk-intro.html}the Official Alfresco Docs}}. How to Use the SDK @@ -28,16 +28,16 @@ SDK Versions As of version 2.0, releases for the Alfresco SDK are available in Maven Central. Alfresco SDK 1.x versions rely on the {{{https://artifacts.alfresco.com/nexus/content/groups/public/}Alfresco Artifacts Repository}}. - For documentation on the Maven Alfresco SDK\x99 1.x please refer to {{{https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest/index.html} Maven Alfresco SDK 1.x}} + For documentation on the Alfresco SDK\x99 1.x please refer to {{{https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest/index.html} Alfresco SDK 1.x}} SDK Alfresco Compatibility Please refer to the {{{http://docs.alfresco.com/community/concepts/alfresco-sdk-compatibility.html}official Alfresco docs}} for details of SDK / Alfresco compatibility. -Maven Alfresco SDK\x99 components +Alfresco SDK\x99 components - The Maven Alfresco SDK relies on a number of components: + The Alfresco SDK relies on a number of components: * {{{./poms/alfresco-sdk-parent/index.html}The SDK parent POM}} providing full Alfresco project lifecycle feature, to be added as a <<<>>> in your projects @@ -65,15 +65,15 @@ Pre-requisites Project History - * Born in 2007 with the name of {{{http://forge.alfresco.com/gf/project/maven4alfresco/}maven4alfresco}}, later committed on google Code as {{{https://code.google.com/p/maven-alfresco-archetypes/}Maven Alfresco Archetypes}} + * Born in 2007 with the name of {{{http://forge.alfresco.com/gf/project/maven4alfresco/}maven4alfresco}}, later committed on google Code as {{{https://code.google.com/p/maven-alfresco-archetypes/}Alfresco Archetypes}} - * Created in 2008 the {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Maven Alfresco Lifecycle Discussion Group}} in order to open roadmap and features with Alfresco Community + * Created in 2008 the {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Alfresco Lifecycle Discussion Group}} in order to open roadmap and features with Alfresco Community * {{{https://artifacts.alfresco.com/}Alfresco Maven Repository}} is {{{http://mindthegab.com/2009/12/02/dreams-come-true-launching-the-alfresco-community-maven-repository/}launched}} in 2009 for Community and Enterprise Alfresco customers * In April 2012 version {{{https://groups.google.com/forum/?fromgroups=#!searchin/maven-alfresco/3.9.1/maven-alfresco/ZSX1t9W-Jcg/MB-YqAdnCAAJ}3.9.1 is released}}, which delivers Maven build support for all 3.x Alfresco versions - * The {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Maven Alfresco Lifecycle Discussion Group}} reaches 100 members in August 2012 + * The {{{https://groups.google.com/forum/?fromgroups#!forum/maven-alfresco}Alfresco Lifecycle Discussion Group}} reaches 100 members in August 2012 * In October 2012 Alfresco finalises the {{{https://issues.alfresco.com/jira/browse/ALF-14353} Maven modularisation and dependency categorisation}}, delivering {{{https://artifacts.alfresco.com}artifacts and poms}} diff --git a/src/site/apt/prerequisites.apt.vm b/src/site/apt/prerequisites.apt.vm index 4bf50129..9e21833a 100644 --- a/src/site/apt/prerequisites.apt.vm +++ b/src/site/apt/prerequisites.apt.vm @@ -1,5 +1,5 @@ ------ - Maven Alfresco SDK Prerequisites + Alfresco SDK Prerequisites ------ Gabriele Columbro ------ @@ -7,10 +7,10 @@ ------ -Maven Alfresco SDK\x99 Pre-Requisites +Alfresco SDK\x99 Pre-Requisites - The only real prerequisite of the Maven Alfresco SDK\x99 Apache Maven 3.0.4 installed (and properly configured) on your machine; + The only real prerequisite of the Alfresco SDK\x99 Apache Maven 3.0.4 installed (and properly configured) on your machine; neither <> nor <> are required. Additional tips: @@ -44,7 +44,7 @@ H2 Embedded Support Pre-Requisites the open source effort {{{https://github.com/skuro/alfresco-h2-support} Alfresco H2 Support}}. This bridge allows to emulate Alfresco expected DB behavior and is therefore very specific to every Alfresco version. - Maven Alfresco SDK\x99 ${project.version} uses version 1.5 of the Alfresco H2 Support. In case you experience + Alfresco SDK\x99 ${project.version} uses version 1.5 of the Alfresco H2 Support. In case you experience issues with the embedded DB support, please check the {{{https://github.com/skuro/alfresco-h2-support/wiki/H2-Database-support-for-Alfresco} H2 Support Compatibility matrix}}. Alternatively, you can easily setup your DB access by defining {{{./poms/alfresco-sdk-parent/sdk-properties.html}POM properties}} diff --git a/src/site/apt/why.apt.vm b/src/site/apt/why.apt.vm index 4bcbe81e..aa9ac1d5 100644 --- a/src/site/apt/why.apt.vm +++ b/src/site/apt/why.apt.vm @@ -15,7 +15,7 @@ Rationale enable rapid development and prototyping of Alfresco projects, while enabling agile development practices (i.e. TDD, FDD) and fostering process reuse due to standardization -Why would you use the Maven Alfresco SDK\x99? +Why would you use the Alfresco SDK\x99? As a standard de facto, Maven allows you projects to be inherently more reusable and enables of your development practices, and, in certain successful cases, Application Lifecycle Management process at large. diff --git a/src/site/site.xml b/src/site/site.xml index 8f350d94..0a8bb43c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -46,14 +46,14 @@ - + - + - +