https://github.com/gbzarelli/archetype-java
[JAVA] Complete example of an archetype
https://github.com/gbzarelli/archetype-java
archetype archetype-java java maven
Last synced: 10 months ago
JSON representation
[JAVA] Complete example of an archetype
- Host: GitHub
- URL: https://github.com/gbzarelli/archetype-java
- Owner: gbzarelli
- License: mit
- Created: 2019-04-12T20:04:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T13:55:56.000Z (over 6 years ago)
- Last Synced: 2025-01-22T03:35:39.890Z (12 months ago)
- Topics: archetype, archetype-java, java, maven
- Language: Java
- Homepage:
- Size: 249 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Archetype Java
This Archetype creates:
- Folder structure
- .gitignore and README.md
- External properties folder
- Classes as an sample
## Sample of project created with this archetype

## How to use
In IntelliJ:
- Open the archetype project and run maven install

- File -> New -> Project -> Maven -> (mark) Create from archetype -> Add Archetype

- Select the archetype and complete the creation.

## Based of:
- https://www.baeldung.com/maven-archetype
- https://github.com/eugenp/tutorials/tree/master/maven-archetype