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

https://github.com/bpazy/archetype-template

this is my private archetype template
https://github.com/bpazy/archetype-template

Last synced: 3 months ago
JSON representation

this is my private archetype template

Awesome Lists containing this project

README

        

# archetype-template
this is my private archetype template

## Build archetype
```shell
$ # 1. generate archetype template from this project
$ mvn clean archetype:create-from-project -Darchetype.properties=./archetype.properties

$ # 2. install archetype
$ cd target/generated-sources/archetype/
$ mvn install

$ # 3. deploy
$ mvn deploy
```