sergehuber opened a new pull request #155: URL: https://github.com/apache/unomi/pull/155
This PR contains a Maven - Docker integration which brings the following benefits: - Version is automatically managed by Maven - Docker-compose is integrated with Maven, making it very easy to build and start a full Unomi environment by just using: `mvn clean install` and then `mvn docker:start` in the Docker sub-project - Docker push is also possible directly using `mvn docker:push` (it will use the project version as a tag, which should make it also easy to handle releases). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
