Docker Maven Sample
Description
Sample project with a use case for rhuss/docker-maven-plugin
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Docker Maven Sample
This is a sample project for demonstrating the usage of [rhuss/docker-maven-plugin](https://github.com/rhuss/docker-maven-plugin)
A Microservice
This project contains of a very simple Microservice, which accesses a Postgres database. The purpose of this micro service is to simply log every access in the database and return the list of all log entries. In addition, a simple integration test checks this behaviour. The database schema is created with [Flyway](http://flywaydb.org/).
This setup consist of two images:
- The official PostgreSQL database
postgres:9 - An Image holding the Microservice. This image is created during the maven build and based on the official
java:8u40image.
Both containers from this image are docker linked together during the integration test.
Running the Example
The test can be startes with
$ mvn clean install
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps