{"id":15546829,"url":"https://github.com/tomerfi/tomfi-archetypes","last_synced_at":"2025-03-06T08:31:53.718Z","repository":{"id":37539600,"uuid":"452992637","full_name":"TomerFi/tomfi-archetypes","owner":"TomerFi","description":"Deployment ready Java archetypes for Maven","archived":false,"fork":false,"pushed_at":"2024-05-28T15:40:39.000Z","size":2807,"stargazers_count":2,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T02:12:40.991Z","etag":null,"topics":["hacktoberfest","java","jpms","maven","maven-archetypes"],"latest_commit_sha":null,"homepage":"https://archetypes.tomfi.info","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomerFi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-28T08:29:02.000Z","updated_at":"2024-05-31T11:50:46.683Z","dependencies_parsed_at":"2023-02-13T01:31:35.165Z","dependency_job_id":"6f785ba4-147c-4da8-a317-e85602b2a6ec","html_url":"https://github.com/TomerFi/tomfi-archetypes","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerFi%2Ftomfi-archetypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerFi%2Ftomfi-archetypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerFi%2Ftomfi-archetypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomerFi%2Ftomfi-archetypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomerFi","download_url":"https://codeload.github.com/TomerFi/tomfi-archetypes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242176380,"owners_count":20084569,"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":["hacktoberfest","java","jpms","maven","maven-archetypes"],"created_at":"2024-10-02T13:04:57.252Z","updated_at":"2025-03-06T08:31:53.710Z","avatar_url":"https://github.com/TomerFi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TomFi's Maven Archetypes Archived.\n\n\u003cdetails\u003e\n\u003csummary\u003eOriginal README\u003c/summary\u003e\n\n# TomFi's Maven Archetypes\u003c/br\u003e[![artifact-version]][0] [![java-version]][1] [![status-build]][2] [![status-pages]][6]\n\nQuickly spin up an updated [Git][8] and [GitHub][5]-ready [Java][3] project with [Maven][4].\u003c/br\u003e\nCheck out the [documentation][7] for all the rest more information.\n\n---\n\n:rocket: **We now have a maven command generator, check it out [here][9]**. :rocket:\n\n---\n\n[Java Playground Archetype](https://archetypes.tomfi.info/archetypes/java-playground/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-playground \\\n-DarchetypeVersion=1.1.15\n```\n\n[Java Playground Modular Archetype](https://archetypes.tomfi.info/archetypes/java-playground-mod/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-playground-mod \\\n-DarchetypeVersion=1.1.15\n```\n\n[Java Advanced Archetype](https://archetypes.tomfi.info/archetypes/java-advanced/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-advanced \\\n-DarchetypeVersion=1.1.15\n```\n\n[Java Advanced Modular Archetype](https://archetypes.tomfi.info/archetypes/java-advanced-mod/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-advanced-mod \\\n-DarchetypeVersion=1.1.15\n```\n\n[Java Full Archetype](https://archetypes.tomfi.info/archetypes/java-full/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-full \\\n-DarchetypeVersion=1.1.15\n```\n\n[Java Full Modular Archetype](https://archetypes.tomfi.info/archetypes/java-full-mod/)\n\n```shell\nmvn archetype:generate \\\n-DarchetypeGroupId=info.tomfi.archetypes \\\n-DarchetypeArtifactId=java-full-mod \\\n-DarchetypeVersion=1.1.15\n```\n\n\u003c!-- editorconfig-checker-disable --\u003e\n\u003c!-- Real Links --\u003e\n[0]: https://search.maven.org/search?q=info.tomfi.archetypes\n[1]: https://openjdk.java.net/projects/jdk/19/\n[2]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/stage.yml\n[3]: https://www.oracle.com/java/technologies/downloads/#JDK19\n[4]: https://maven.apache.org/docs/3.8.6/release-notes.html\n[5]: https://github.com/\n[6]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/pages.yml\n[7]: https://archetypes.tomfi.info/\n[8]: https://git-scm.com/\n[9]: https://archetypes.tomfi.info/generator/\n\u003c!-- Badges Links --\u003e\n[artifact-version]: https://badgen.net/maven/v/maven-central/info.tomfi.archetypes/tomfi-archetypes-parent?icon=maven\u0026label=Maven%20Central\n[java-version]: https://badgen.net/badge/Java%20Version/19/5382a1\n[status-build]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/stage.yml/badge.svg\n[status-pages]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/pages.yml/badge.svg\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerfi%2Ftomfi-archetypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomerfi%2Ftomfi-archetypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomerfi%2Ftomfi-archetypes/lists"}