https://github.com/umjammer/vavi-archetype
🌱 a minimal archetype for maven
https://github.com/umjammer/vavi-archetype
archetype java jitpack maven
Last synced: 2 months ago
JSON representation
🌱 a minimal archetype for maven
- Host: GitHub
- URL: https://github.com/umjammer/vavi-archetype
- Owner: umjammer
- Created: 2022-09-16T21:27:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:49:18.000Z (over 1 year ago)
- Last Synced: 2025-03-06T18:37:00.350Z (over 1 year ago)
- Topics: archetype, java, jitpack, maven
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#umjammer/vavi-archetype)

# vavi-archetype
🌱 vavi-archetype is a minimal archetype for maven
## Usage
add profile into `~/.m2/settings.xml` ([see](https://maven.apache.org/archetype/maven-archetype-plugin/archetype-repository.html))
```xml
archetype
archetype
https://jitpack.io
```
run w/ profile name
```shell
$ mvn -P archetype archetype:generate \
-DarchetypeGroupId=com.github.umjammer \
-DarchetypeArtifactId=vavi-archetype \
-DarchetypeVersion=0.0.19 \
-DgroupId=vavi \
-DartifactId=vavi-test-sample1 \
-Dversion=0.0.1-SNAPSHOT
```
## References
* https://github.com/actions/setup-java#readme
* https://github.com/github/codeql-action#readme
## TODO
* archetype2
* ~~property year~~