diff --git a/.travis.yml b/.travis.yml index f2da1287e..af8d860f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ matrix: if: fork = false AND branch = feature/REPO-4735_Add-release-stages-2 AND commit_message !~ /\[no-release\]/ # Leaving blank will auto increment the env: - - release_version=repo-4735-2-2 + - release_version=6.3.0-repo-4735-2-2 - development_version=6.3.0-alpha-6-SNAPSHOT - COMM_RELEASE_VERSION= # Fail the job if there is a docker image tag that matches the release_version (or project version in the POM if not set) diff --git a/docker-alfresco/Dockerfile b/docker-alfresco/Dockerfile index 9b591984d..f8727cf4b 100644 --- a/docker-alfresco/Dockerfile +++ b/docker-alfresco/Dockerfile @@ -46,8 +46,8 @@ RUN mkdir -p ${TOMCAT_DIR}/amps \ COPY target/amps ${TOMCAT_DIR}/amps # Install amps on alfresco.war -# RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install \ -# ${TOMCAT_DIR}/amps ${TOMCAT_DIR}/webapps/alfresco -directory -nobackup -force +RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install \ + ${TOMCAT_DIR}/amps ${TOMCAT_DIR}/webapps/alfresco -directory -nobackup -force # Docker CMD from parent image starts the server