@dkayiwa What I do know is that other modules are deployed to snapshots on using the maven release:prepare, release:preform steps, but this one something happened and no entry was created in the snapshots repositories.
To deploy artifacts to a remote repo i.e the ones defined in the distributionManagement tag, you need to run the clean deploy goals, this is what the CI plans for RA application modules run. Do you actually have CI plans for your projects? If not you have to run it manually on your machine.