I'm trying to work with a tapestry tutorial.
I think everything is set up correctly for me and so far so good, but I get to the part where tut is pretty smoothing out:
Change to newly created and run the command:
mvn jetty:run
Again, for the first time a dizzying number of downloads, but before you know it, the Jetty surfing container is up and running.
I wish you! which leads to the following error.
The plugin 'Org.apache.maven.plugins: Maven-pier-plugin' does not exist or not a valid version can be found
I have maven-2.2.0, Jetty-5.1.9
The only thing that differed from what was said in the textbook was that I used the archetype: generate instead of the archetype: create because the creation failed, and noted that it was outdated and suggested creating instead.
source
share