NPE on ScmRepositoryException Key: SCM-242 URL: Project: Maven SCM Issue Type: Bug Components: maven-plugin Reporter: Julien HENRY I get a NPE when using Scm plugin with the provider I wrote (Synergy) and the URL is incorrect. I think it's because I use the ScmRepositoryException( String msg ) constructor instead of ScmRepositoryException( String msg, List validationMessages ), and the result is e.getValidationMessages().isEmpty() raise a NPE. Here is stack trace : java.lang.NullPointerException at (AbstractScmMojo.java:258) at (CheckoutMojo.java:94) at (BootstrapMojo.java:58) at (DefaultPluginManager.java:412) at () at () at () at () at () at () at (DefaultMaven.java:322)
Re: Created: (SCM-242) NPE on ScmRepositoryException