Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
/ poc-bom Public archive

Proof of concept: maven bom / parent

Notifications You must be signed in to change notification settings

dbck/poc-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local development environment

Compile / Install

mvn install

Quality check

mvn -Dsonar.login=${SONAR_TOKEN} -Pquality verify

Deployment

Local

mvn verify

Snapshot

git checkout main
git push

Release

git checkout release
git merge main
git push
git checkout main
# After release is finished
git pull

Debug profiles

mvn help:active-profiles

Disable profiles

mvn help:active-profiles -P-github,-ossrh

Maintenance

mvn versions:display-dependency-updates
mvn versions:display-plugin-updates

About

Proof of concept: maven bom / parent

Resources

Stars

Watchers

Forks

Packages

No packages published