{"id":28500759,"url":"https://github.com/elide-dev/maven","last_synced_at":"2025-07-04T12:31:34.231Z","repository":{"id":297844918,"uuid":"997532720","full_name":"elide-dev/maven","owner":"elide-dev","description":"Maven plugin for using Elide","archived":false,"fork":false,"pushed_at":"2025-06-07T20:24:08.000Z","size":84,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T21:25:49.450Z","etag":null,"topics":["build-acceleration","elide","elide-runtime","java","javac","kotlin","maven","maven-plugin"],"latest_commit_sha":null,"homepage":"https://elide.dev","language":"Kotlin","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/elide-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-06T17:34:14.000Z","updated_at":"2025-06-07T20:24:12.000Z","dependencies_parsed_at":"2025-06-07T21:36:23.004Z","dependency_job_id":null,"html_url":"https://github.com/elide-dev/maven","commit_stats":null,"previous_names":["elide-dev/maven"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elide-dev/maven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elide-dev%2Fmaven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elide-dev%2Fmaven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elide-dev%2Fmaven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elide-dev%2Fmaven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elide-dev","download_url":"https://codeload.github.com/elide-dev/maven/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elide-dev%2Fmaven/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263539930,"owners_count":23477454,"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":["build-acceleration","elide","elide-runtime","java","javac","kotlin","maven","maven-plugin"],"created_at":"2025-06-08T15:07:41.973Z","updated_at":"2025-07-04T12:31:34.225Z","avatar_url":"https://github.com/elide-dev.png","language":"Kotlin","readme":"# Elide Maven Plugin\n\nThis plugin can be consumed in a Maven project to use [Elide](https://elide.dev).\n\n\u003e [!WARNING]\n\u003e This plugin is currently under development.\n\n## Features\n\n- [x] Swap out `javac ...` for `elide javac -- ...`\n- [x] Supports explicit path to `elide`\n- [ ] Resolve `elide` via the `PATH`\n- [ ] Swap out `kotlinc ...` for `elide kotlinc -- ...`\n- [ ] Usability of Elide as a Maven toolchain\n\n## Usage\n\nConfiguring Elide as your `javac` compiler:\n\n**`pom.xml`**\n```xml\n    \u003cbuild\u003e\n        \u003cplugins\u003e\n            \u003cplugin\u003e\n                \u003cartifactId\u003emaven-compiler-plugin\u003c/artifactId\u003e\n                \u003cversion\u003e3.13.0\u003c/version\u003e\n                \u003cdependencies\u003e\n                    \u003cdependency\u003e\n                        \u003cgroupId\u003edev.elide\u003c/groupId\u003e\n                        \u003cartifactId\u003eelide-plexus-compilers\u003c/artifactId\u003e\n                        \u003cversion\u003e1.0.0-SNAPSHOT\u003c/version\u003e\n                    \u003c/dependency\u003e\n                \u003c/dependencies\u003e\n                \u003cconfiguration\u003e\n                    \u003ccompilerId\u003eelide\u003c/compilerId\u003e\n                \u003c/configuration\u003e\n            \u003c/plugin\u003e\n        \u003c/plugins\u003e\n    \u003c/build\u003e\n```\n\nProperties needed:\n```xml\n    \u003cproperties\u003e\n        \u003cmaven.compiler.source\u003e24\u003c/maven.compiler.source\u003e\n        \u003cmaven.compiler.target\u003e24\u003c/maven.compiler.target\u003e\n        \u003cproject.build.sourceEncoding\u003eUTF-8\u003c/project.build.sourceEncoding\u003e\n    \u003c/properties\u003e\n```\n\n\u003e [!TIP]\n\u003e See the [sample project](./sample) for a usage example. Elide also provides a [Gradle plugin](https://github.com/elide-dev/gradle).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felide-dev%2Fmaven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felide-dev%2Fmaven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felide-dev%2Fmaven/lists"}