Getting the following exception while using maven build number plugin. Is it possible to disable SCM check while using the build number plugin? Can we use this plugin to gen
All you need to do is to enclose your plugins within pluginManagement tag
org.codehaus.mojo buildnumber-maven-plugin validate create true true