Did you build smb vfs provider an hook it up with vfs-maven-plugin via plugin's dependency?
-D On Fri, Oct 10, 2014 at 3:12 AM, Jérôme RAULINE <[email protected]> wrote: > Hi, > > I'm trying to use this plugin to copy files to SMB. > I don't manage to get it work with Maven 3.0.3. > > In this class : > https://svn.codehaus.org/mojo/tags/vfs-1.0/vfs-maven-plugin/src/main/java/com/codehaus/mojo/vfs/AbstractVfsMojo.java > I've got a NullPointerException line 108 because the SecDispatcher is > null. > > I can't figure why. > Do you have any idea ? > > Regards, > Jérôme > > >
