Complete newb to maven, sling and java in general so I apologize in advance. I've got maven up and running and am trying to get it running with apache sling. But when I try to start up sling using "mvn launchpad:run" I'm running into the following error:
[ERROR] no plugin found for prefix 'launchpad' in the current project and in the plugin groups[org.apache.plugins, org.codehaus.mojo] available from the repositories [local (MYLOCALPATH), central (http://repo.maven.apache.org/maven2]
Any help is greatly appreciated or if I could just get pointed in the right direction. Thanks!