Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TomerFi/tomfi-archetypes
Deployment ready Java archetypes for Maven
https://github.com/TomerFi/tomfi-archetypes
hacktoberfest java jpms maven maven-archetypes
Last synced: 3 months ago
JSON representation
Deployment ready Java archetypes for Maven
- Host: GitHub
- URL: https://github.com/TomerFi/tomfi-archetypes
- Owner: TomerFi
- License: mit
- Created: 2022-01-28T08:29:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:40:39.000Z (8 months ago)
- Last Synced: 2024-05-29T02:12:40.991Z (8 months ago)
- Topics: hacktoberfest, java, jpms, maven, maven-archetypes
- Language: Java
- Homepage: https://archetypes.tomfi.info
- Size: 2.68 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-opensource-israel - tomfi-archetypes - Quickly spin up an updated Git and GitHub-ready Java project with Maven ![GitHub last commit](https://img.shields.io/github/last-commit/TomerFi/tomfi-archetypes?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/TomerFi/tomfi-archetypes?style=flat-square) ![GitHub stars](https://img.shields.io/github/stars/TomerFi/tomfi-archetypes?style=flat-square "GitHub stars") (Projects by main language / java)
README
# TomFi's Maven Archetypes Archived.
Original README
# TomFi's Maven Archetypes[![artifact-version]][0] [![java-version]][1] [![status-build]][2] [![status-pages]][6]
Quickly spin up an updated [Git][8] and [GitHub][5]-ready [Java][3] project with [Maven][4].
Check out the [documentation][7] for all the rest more information.---
:rocket: **We now have a maven command generator, check it out [here][9]**. :rocket:
---
[Java Playground Archetype](https://archetypes.tomfi.info/archetypes/java-playground/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-playground \
-DarchetypeVersion=1.1.15
```[Java Playground Modular Archetype](https://archetypes.tomfi.info/archetypes/java-playground-mod/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-playground-mod \
-DarchetypeVersion=1.1.15
```[Java Advanced Archetype](https://archetypes.tomfi.info/archetypes/java-advanced/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-advanced \
-DarchetypeVersion=1.1.15
```[Java Advanced Modular Archetype](https://archetypes.tomfi.info/archetypes/java-advanced-mod/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-advanced-mod \
-DarchetypeVersion=1.1.15
```[Java Full Archetype](https://archetypes.tomfi.info/archetypes/java-full/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-full \
-DarchetypeVersion=1.1.15
```[Java Full Modular Archetype](https://archetypes.tomfi.info/archetypes/java-full-mod/)
```shell
mvn archetype:generate \
-DarchetypeGroupId=info.tomfi.archetypes \
-DarchetypeArtifactId=java-full-mod \
-DarchetypeVersion=1.1.15
```[0]: https://search.maven.org/search?q=info.tomfi.archetypes
[1]: https://openjdk.java.net/projects/jdk/19/
[2]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/stage.yml
[3]: https://www.oracle.com/java/technologies/downloads/#JDK19
[4]: https://maven.apache.org/docs/3.8.6/release-notes.html
[5]: https://github.com/
[6]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/pages.yml
[7]: https://archetypes.tomfi.info/
[8]: https://git-scm.com/
[9]: https://archetypes.tomfi.info/generator/[artifact-version]: https://badgen.net/maven/v/maven-central/info.tomfi.archetypes/tomfi-archetypes-parent?icon=maven&label=Maven%20Central
[java-version]: https://badgen.net/badge/Java%20Version/19/5382a1
[status-build]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/stage.yml/badge.svg
[status-pages]: https://github.com/TomerFi/tomfi-archetypes/actions/workflows/pages.yml/badge.svg