ATS-421 : Create Travis build for "alfresco-transform-core" (#21)

* ATS-421 : ATS-400: Create Travis build for "alfresco-transform-core"
   - rename mvn profile from 'enterpriseDocker' to 'local'
   - add config to publish docker image on both Quay and Docker
   - remove unused 'master' profile - similar to ATS, publish images only from master branch and on Release
   - update <distributionManagement> to publish artefacts to Nexus public (rather than Enterprise Releases)
   - add travis build configs
   - include SP branches to travis build
  - add documentation on build&release process
This commit is contained in:
DenisGabriela
2019-05-15 13:30:23 +03:00
committed by GitHub
parent ce9f71f24d
commit a9218b16d3
16 changed files with 491 additions and 156 deletions

View File

@@ -23,3 +23,9 @@ The build plan in Bamboo is PLAT-TRANS
Please use [this guide](https://github.com/Alfresco/alfresco-jodconverter/blob/master/CONTRIBUTING.md) to make a
contribution to the project.
## Release Process
For a complete walk-through check out the
[build-and-release.MD](https://github.com/Alfresco/alfresco-transform-core/tree/master/docs/build-and-release.md)
under the `docs` folder.