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
- Host: GitHub
- URL: https://github.com/bpazy/archetype-template
- Owner: Bpazy
- Created: 2019-01-08T17:37:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T17:44:43.000Z (over 6 years ago)
- Last Synced: 2025-01-03T20:12:28.546Z (5 months ago)
- Language: Java
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```