{"id":15686286,"url":"https://github.com/nikku/amvn","last_synced_at":"2025-07-26T11:36:19.538Z","repository":{"id":36599606,"uuid":"40905755","full_name":"nikku/amvn","owner":"nikku","description":"Maven with change detection and automatic rebuild.","archived":false,"fork":false,"pushed_at":"2022-06-26T11:35:31.000Z","size":159,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T01:46:51.163Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nikku.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-08-17T15:25:45.000Z","updated_at":"2024-09-12T15:18:48.000Z","dependencies_parsed_at":"2022-08-20T00:10:30.029Z","dependency_job_id":null,"html_url":"https://github.com/nikku/amvn","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/nikku/amvn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Famvn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Famvn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Famvn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Famvn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikku","download_url":"https://codeload.github.com/nikku/amvn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Famvn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263271464,"owners_count":23440393,"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-03T17:37:33.442Z","updated_at":"2025-07-03T06:02:04.489Z","avatar_url":"https://github.com/nikku.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amvn\n\n[![CI](https://github.com/nikku/amvn/actions/workflows/CI.yml/badge.svg)](https://github.com/nikku/amvn/actions/workflows/CI.yml)\n\n`amvn` (awesome maven) wraps [Maven](https://maven.apache.org/) to add change detection and automatic rebuild.\n\n\n## Installation\n\nInstall the library via [npm](https://www.npmjs.com):\n\n```\nnpm install amvn -g\n```\n\n\n## Usage\n\n```\n\u003e amvn clean compile ... --watch\n[AMVN] make maven awesome\n[AMVN] watching for src/main/resources changes...\n[INFO] Scanning for projects...\n[INFO]\n[INFO] ------------------------------------------------------------------------\n[INFO] Building wtf 1.0.0\n[INFO] ------------------------------------------------------------------------\n[INFO]\n...\n```\n\n`amvn` accepts the additional `--watch` argument to copy resources / reload maven on source changes.\n\nIt does not actually care _what_ you execute via Maven. Make sure you have a lean and quick build process yourself.\n\n\n## How it works\n\n`amvn` keeps the running application in sync with your sources\n\n* keeping `target/classes` up to date with `src/main/resources`\n* reloading the underlying `mvn` instance on changes in `src/main/java`\n\nUse it with modern web development stacks that bootstrap _fast_.\n\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Famvn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikku%2Famvn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Famvn/lists"}