We discussed to not having specific, unique build configs, because harder to maintain or keep in mind.
The following changes happened/happening here:
profile renamed development -> dev
the dev profile is not activate by default anymore
README.md changes related to the previous points,
build config reverted back the changes in the 3. steps mvn clean install build, so removing the profile skip
(delete -P-development from parameters list)
The changes were tested and mvn clean install and both mvn -Pdev work perfectly)
Description
We discussed to not having specific, unique build configs, because harder to maintain or keep in mind.
The following changes happened/happening here:
development
->dev
-P-development
from parameters list)The changes were tested and
mvn clean install
and bothmvn -Pdev
work perfectly)Referring to this PR:
Type of change
Checklist
Additional for
Feature
type of change