Loading...

Validate Apache Maven SCM settings

:heavy_exclamation_mark: This post is older than a year. Consider some information might not be accurate anymore. :heavy_exclamation_mark:

To perform a release of your Maven Artifact, the pom.xml needs a SCM section. To validate or check if the SCM settings are correct, you can use the Maven goal:

mvn scm:validate

Maven supports various SCM systems like Subversion (SVN), git or Mercurial (hg). See a current matrix which SCM systems and features are supported by the Maven release plugin.

Please remember the terms for blog comments.