https://github.com/indoqa/indoqa-quickstart
Archetypes for Java and Javascript projects
https://github.com/indoqa/indoqa-quickstart
archetype indoqa-boot java react
Last synced: 9 months ago
JSON representation
Archetypes for Java and Javascript projects
- Host: GitHub
- URL: https://github.com/indoqa/indoqa-quickstart
- Owner: Indoqa
- License: apache-2.0
- Archived: true
- Created: 2016-12-16T16:37:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T20:07:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T04:32:10.247Z (11 months ago)
- Topics: archetype, indoqa-boot, java, react
- Language: Java
- Size: 171 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indoqa Quickstart
## Create and use the Indoqa-Boot archetype
```bash
./createIndoqaBootArchetype.sh
cd /tmp
mvn archetype:generate -DarchetypeCatalog=local
```
## Release
* release @indoqa projects (-> upgrade all dependencies)
* release indoqa-boot-bom
* release indoqa-boot (set the version of indoqa-boot-bom to the released version because using ${project.version} does not resolve correctly)
* release indoqa-boot-actuators
* set the indoqa-boot version of this archetype project to the expected version
* uncomment the sync to indoqa-quickstart-boot_release in createIndoqaBootArchetype.sh
* trigger the release (see below)
* set the indoqa-boot version of this archetype project to the current SNAPSHOT version
```bash
./createIndoqaBootArchetype.sh
# test the archetype
cd ../indoqa-quickstart-boot_release
git add -A
git commit -m "prepare release"
mvn release:prepare
mvn release:perform '-Darguments=-Drat.skip=true'
```