[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building simple-webapp Maven Webapp 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-jetty-plugin:6.1.10:run (default-cli) @ simple-webapp >>> .. .. [INFO] <<< maven-jetty-plugin:6.1.10:run (default-cli) @ simple-webapp <<< [INFO] [INFO] --- maven-jetty-plugin:6.1.10:run (default-cli) @ simple-webapp --- [INFO] Configuring Jetty for project: simple-webapp Maven Webapp [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.513s [INFO] Finished at: Sat Feb 05 12:47:58 EST 2011 [INFO] Final Memory: 3M/15M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.mortbay.jetty:maven-jetty-plugin:6.1.10:run (default-cli) on project simple-webapp: Webapp source directory C:\Users\jondemaagd\MavenProjects\simple-webapp\src\main\webapp does not exist -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException POM.xml .. .. <plugins> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version>6.1.10</version> </plugin> </plugins> Followed Maven By Example and http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin Followed examples on site for command mvn jetty:run Results were still same! Please Help! Thanks!
