{"id":49070103,"url":"https://github.com/jeka-dev/demo-maven-multimodule","last_synced_at":"2026-04-20T07:04:07.405Z","repository":{"id":341078178,"uuid":"1168779195","full_name":"jeka-dev/demo-maven-multimodule","owner":"jeka-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-27T20:44:39.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-28T00:46:20.676Z","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/jeka-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T19:37:48.000Z","updated_at":"2026-02-27T20:44:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jeka-dev/demo-maven-multimodule","commit_stats":null,"previous_names":["jeka-dev/demo-maven-multimodule"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jeka-dev/demo-maven-multimodule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeka-dev%2Fdemo-maven-multimodule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeka-dev%2Fdemo-maven-multimodule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeka-dev%2Fdemo-maven-multimodule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeka-dev%2Fdemo-maven-multimodule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeka-dev","download_url":"https://codeload.github.com/jeka-dev/demo-maven-multimodule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeka-dev%2Fdemo-maven-multimodule/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32036803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-04-20T07:04:05.893Z","updated_at":"2026-04-20T07:04:07.395Z","avatar_url":"https://github.com/jeka-dev.png","language":"Java","readme":"# Demo Maven Multi-Module with Jeka\n\nThis demo shows how to install a Maven-built Java application from source code using Jeka.\n\nThis example uses a Maven multi-module project. Users can install it on their computer as either a JVM application or a native executable.\n\n## Install the Application\n\nInstall as a JVM application:\n\n```shell\njeka app: install repo=https://github.com/jeka-dev/demo-maven-multimodule\n```\n\nInstall as a native application:\n\n```shell\njeka app: install repo=https://github.com/jeka-dev/demo-maven-multimodule runtime=NATIVE\n```\n\nRun the application:\n```shell\ndemo-maven-multimodule\n```\n\n## How It Works\n\nJust add the [jeka.properties](./jeka.properties) file to your project.\nThis file tells Jeka which JDK to use and the build commands to run.\n\n### Project Structure\n\n- **app**: Main application module\n- **share**: Shared library module\n\n### Requirements\n\nTo make this work, you need:\n\n1. **Fat JAR support**: The [app/pom.xml](./app/pom.xml) uses the *maven-shade-plugin* to create a fat JAR for JVM mode\n2. **Native image support**: The [app/pom.xml](./app/pom.xml) includes the *native-maven-plugin* to build native executables\n3. **Maven wrapper**: Included so the app can build on any computer, even without Maven installed\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeka-dev%2Fdemo-maven-multimodule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeka-dev%2Fdemo-maven-multimodule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeka-dev%2Fdemo-maven-multimodule/lists"}