Commit feb0d736 authored by Maurizio Pillitu's avatar Maurizio Pillitu
Browse files

added documentation for issue #163

parent ed17a671
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ SDK Available Profiles
| enable-amp-testing |  Allows AMP unit testing                              |  Automatic if <<<src/test/java>>> is present   | test |
*-----------*--------------*-------------*-------------*
| enable-amp         |  Activates AMP packaging                              |  Automatic if <<<src/main/amp/modules.properties>>> is present   | test |
*-----------*--------------*-------------*-------------*
| enterprise         |  Uses Alfresco Enterprise 4.2.2 version (check {{{http://docs.alfresco.com/4.2/tasks/dev-extensions-maven-sdk-tutorials-configure-maven-enterprise.html} configuration steps on Alfresco Docs}})               |  Manual: <<<-Penterprise>>>       |  |
*-----------+--------------+-------------+-------------+

    The full list of available profiles (with their activation conditions) can be instead found in the <<<profiles>>> section of the
+2 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ Maven Alfresco SDK\x99 Pre-Requisites
     Alfresco platform is retrieved automatically from {{{https://artifacts.alfresco.com} the Alfresco Artifacts Repository}}
     based on the <<<alfresco.groupId>>> and <<<alfresco.version>>> POM properties 

     * If you're an Alfresco customer, you can setup a ~/.m2/settings.xml as documented on {{{http://docs.alfresco.com/4.2/tasks/dev-extensions-maven-sdk-tutorials-configure-maven-enterprise.html} Alfresco Docs page}} and specify -Penterprise on your maven build command to use Alfresco Enterprise 4.2.2 version

H2 Embedded Support Pre-Requisites