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

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

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'
```