alfrescoalfresco-sharealfresco-webscriptsalfresco-mavenalfresco-enterprise

apply share extension module Alfresco automatically(without explicitly selecting and applying)


After every deployment,I have to apply share extension modules explicitly in Alfresco share URL(http://localhost:8081/share/page/modules/deploy).Is there any way these modules get applied in order required(Soon after,as we deploy amps).


Solution

  • for enabling auto deployment

    <autoDeploy>true</autoDeploy>
    

    for maintaining order

    <auto-deploy-index>2</auto-deploy-index>  
    

    In the share module xml files,lower the number ,higher the priority