I'm trying to work through the Tapestry tutorial.
I think I got everything set up right and so far so good but I get to the part where the tut rather glibly states:
Change into the newly created directory, and execute the command:
mvn jetty:run
Again, the first time, there's a dizzying number of downloads, but before you know it, the Jetty servlet container is up and running.
I wish! that only results in the following error.
The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid version could be found
I have maven-2.2.0, Jetty-5.1.9
The only thing I did different to what the tutorial stated was I used archetype:generate instead of archetype:create as create failed and noted it was deprecated and suggested generate instead.