Why does the start-and-wait mojo fail with the message "no protocol: and"

This is due to an issue in the way Maven builds it's plugin classpaths, and normally happens when using a local Maven repository path containing a space. The known workarounds for this are to change the local maven repository path (-Dmaven.repo.local), or use Maven 3.0 or later.

[top]