An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Release](https://jitpack.io/v/umjammer/vavi-archetype.svg)](https://jitpack.io/#umjammer/vavi-archetype)
![Java](https://img.shields.io/badge/Java-*-b07219)

# 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~~