{"id":16755592,"url":"https://github.com/lopezjurip/java-maven-docker","last_synced_at":"2025-03-16T06:41:01.970Z","repository":{"id":82194266,"uuid":"45413158","full_name":"lopezjurip/java-maven-docker","owner":"lopezjurip","description":"Simple dockerized Maven project","archived":false,"fork":false,"pushed_at":"2015-11-02T19:47:12.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T08:12:16.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lopezjurip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-02T18:21:12.000Z","updated_at":"2017-10-26T08:52:32.000Z","dependencies_parsed_at":"2023-03-11T06:45:24.888Z","dependency_job_id":null,"html_url":"https://github.com/lopezjurip/java-maven-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopezjurip%2Fjava-maven-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopezjurip%2Fjava-maven-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopezjurip%2Fjava-maven-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopezjurip%2Fjava-maven-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lopezjurip","download_url":"https://codeload.github.com/lopezjurip/java-maven-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835942,"owners_count":20355611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T03:23:07.524Z","updated_at":"2025-03-16T06:41:01.949Z","avatar_url":"https://github.com/lopezjurip.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Maven Docker\n[![Build Status](https://travis-ci.org/mrpatiwi/java-maven-docker.svg)](https://travis-ci.org/mrpatiwi/java-maven-docker)\n\nSimple dockerized Maven project with Java 8.\n\n\n## Created with\n```sh\nmvn -B archetype:generate \\\n  -DarchetypeGroupId=org.apache.maven.archetypes \\\n  -DgroupId=com.mycompany.myapp \\\n  -DartifactId=myapp\n```\n\n## Getting Started\n\n### Install dependencies\n```sh\nmvn install\n```\n\n### Run\n```sh\nmvn exec:java\n```\n\n## Docker\n\n### Build\n```sh\ndocker build --no-cache --rm --tag=myapp .\n```\n\n### Run\n```sh\ndocker run --publish 4567:4567 --rm --name=myapp myapp mvn exec:java\n```\n\n## Using Docker-Compose\n\nInside `docker-compose.yml`:\n```yml\nmyapp:\n  build: .\n  command: mvn exec:java\n  ports:\n    - \"4567:4567\"\n```\n\nRun it with:\n```sh\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopezjurip%2Fjava-maven-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flopezjurip%2Fjava-maven-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopezjurip%2Fjava-maven-docker/lists"}