In section
mvn vbox:provision
You get the following error
[INFO] ------------------------------------------------------------------------
[INFO] Building hello-world Maven Webapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- vbox-maven-plugin:1.0.0:provision (default-cli) @ hello-world ---
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
[INFO] creating 'app1'
[INFO] downloading ftp://ftp.mirrorservice.org/sites/mirror.centos.org/6.3/isos/i386/CentOS-6.3-i386-minimal.iso to target/vbox/downloads/ftp%3A%2F%2Fftp.mirrorservice.org%2Fsites%2Fmirror.centos.org%2F6.3%2Fisos%2Fi386%2FCentOS-6.3-i386-minimal.iso
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.642s
[INFO] Finished at: Fri Mar 28 12:15:06 GMT 2014
[INFO] Final Memory: 5M/17M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.alexecollins.vbox:vbox-maven-plugin:1.0.0:provision (default-cli) on project hello-world: failed to create app1: sun.net.ftp.FtpProtocolException: CWD isos:550 Failed to change directory. -> [Help 1]
Looking at the centos ftp url ftp://ftp.mirrorservice.org/sites/mirror.centos.org/6.3/readme you get the following recommendation.
"This directory (and version of CentOS) is depreciated. For normal users,
you should use /6/ and not /6.3/ in your path."
Pull request sent to the plugin project, for 6.5 support.
In section
mvn vbox:provision
You get the following error
[INFO] ------------------------------------------------------------------------
[INFO] Building hello-world Maven Webapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- vbox-maven-plugin:1.0.0:provision (default-cli) @ hello-world ---
[INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
[INFO] creating 'app1'
[INFO] downloading ftp://ftp.mirrorservice.org/sites/mirror.centos.org/6.3/isos/i386/CentOS-6.3-i386-minimal.iso to target/vbox/downloads/ftp%3A%2F%2Fftp.mirrorservice.org%2Fsites%2Fmirror.centos.org%2F6.3%2Fisos%2Fi386%2FCentOS-6.3-i386-minimal.iso
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.642s
[INFO] Finished at: Fri Mar 28 12:15:06 GMT 2014
[INFO] Final Memory: 5M/17M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.alexecollins.vbox:vbox-maven-plugin:1.0.0:provision (default-cli) on project hello-world: failed to create app1: sun.net.ftp.FtpProtocolException: CWD isos:550 Failed to change directory. -> [Help 1]
Looking at the centos ftp url ftp://ftp.mirrorservice.org/sites/mirror.centos.org/6.3/readme you get the following recommendation.
"This directory (and version of CentOS) is depreciated. For normal users,
you should use /6/ and not /6.3/ in your path."
Pull request sent to the plugin project, for 6.5 support.