Maven's SCM plug-in doesn't appear to provide a "commit" goal. scm:checkin
performs a commit AND push. I need to avoid the push.
I'm simply interested in doing an hg commit
during install:install
. I'm not using the release
plugin and don't need it yet. I'm simply working locally in a multi-module environment and want to ensure that my source repository aligns with my Maven locally-installed snapshots for each module. In other words, every time I install a new snapshot of a module, I want the related code committed to hg to make every snapshot directly correlate to an hg revision (or range of revisions when multiple commits occur between snapshots).