Hi Torgeir, Am Montag, den 02.06.2008, 20:09 +1000 schrieb Torgeir Veimo: > Am using maven 2.0.9. What's missing in my setup? > > Macintosh:sling torgeir$ mvn jetty:run
You should probably run the jetty:run goal in the launchpad/webapp project. This project's pom.xml defines the maven-jetty-plugin to use. Hope this helps. Regards Felix > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] Sling (Parent) > [INFO] Sling - Maven Plugin to create Jackrabbit OCM descriptors > [INFO] Sling - Servlet Extension API > [INFO] Sling - Scripting Implementation API > [INFO] Sling - Repository API Bundle > [INFO] Sling - Repository ClassLoader > [INFO] Sling - Scripting - JSP Support > [INFO] Sling - Maven Plugin for Compiling JSP Sources into Bundles > [INFO] Sling - Maven Plugin for Supporting Bundle Development > [INFO] Sling - testing utilities > [INFO] Sling - Sling JSON Library > [INFO] Sling - OSGi LogService Implementation > [INFO] Sling - MIME type mapping support > [INFO] Sling - Commons OSGi support > [INFO] Sling - Thread Support > [INFO] Sling - Scheduler Support > [INFO] Sling - AdapterManager implementation > [INFO] Sling - Resource Resolver > [INFO] Sling - Engine Implementation > [INFO] Sling - JCR Base Bundle > [INFO] Sling - Initial Content Loader > [INFO] Sling - Jackrabbit API Bundle > [INFO] Sling - Repository Accessor > [INFO] Sling - Jackrabbit Embedded Repository > [INFO] Sling - Object Content Mapping > [INFO] Sling - Simple WebDAV Access to repositories > [INFO] Sling - Servlet Resolver > [INFO] Sling - Default GET Servlets > [INFO] Sling - Default POST Servlets > [INFO] Sling - Scripting Core implementation > [INFO] Sling - Scripting - Freemarker Support > [INFO] Sling - Scripting - JavaScript Support > [INFO] Sling - Scripting - JSP Support, Core Tag Library > [INFO] Sling - Scripting - JST Support > [INFO] Sling - Scripting - Ruby Support > [INFO] Sling - Scripting - Velocity Support > [INFO] Sling - APT parser > [INFO] Sling - APT servlet > [INFO] Sling - Bundle Resource Provider > [INFO] Sling - Dojo JavaScript Library > [INFO] Sling - Dojo Data Exension > [INFO] Sling - Event Support > [INFO] Sling - HTTP Header Authentication > [INFO] Sling - Internationalization Support > [INFO] Sling - Sample Sling Application > [INFO] Sling - Sample Path Based Resource Type Provider > [INFO] Sling - Webloader Service > [INFO] Sling - Webloader User Interface > [INFO] Sling - Launchpad Base > [INFO] Sling - Launchpad Content > [INFO] Sling - Launchpad Application > [INFO] Sling - Launchpad Application > [INFO] Sling - Launchpad Web Application > [INFO] Sling (Builder) > [INFO] Searching repository for plugin with prefix: 'jetty'. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does > not exist or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 15 seconds > [INFO] Finished at: Mon Jun 02 19:15:49 EST 2008 > [INFO] Final Memory: 5M/10M > [INFO] > ------------------------------------------------------------------------ > >
