diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml index 9a634904..78a22ff5 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/main/config/context/service-context.xml @@ -28,7 +28,7 @@ - + diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties index dc0a167d..de4e0a2e 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/src/test/properties/local/application.properties @@ -21,7 +21,7 @@ # In this default file we take the property from the POM (for compatbility with local jetty and jboss deployments) but it can also be edited here. dir.root=${alfresco.data.location} # Allowed values are: NONE, AUTO, FULL -index.recovery.mode=FULL +index.recovery.mode=AUTO # Fail or not when there are node integrity checker errors integrity.failOnError=true