To easily use Cmvn with existing Maven projects, one can use the built-inpom.xmlconverter. shell>cmvn --convert-pom --dry-run This command will show you how the conversion result looks like. If issues are detected, e.g. unresolvable versions for plugins, a warning will be shown. To con...