We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per http://groups.google.com/group/the-lift-book/browse_thread/thread/7d6ddd29d2aa3cb0?hl=en
I hade to add the plugin group
<pluginGroup>org.mortbay.jetty</pluginGroup>
as posted here: http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin.
The failure message I got before was: The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid version could be found
Maybe someone wants to add this hint to the book?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per http://groups.google.com/group/the-lift-book/browse_thread/thread/7d6ddd29d2aa3cb0?hl=en
I hade to add the plugin group
as posted here: http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin.
The failure message I got before was:
The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does not exist or no valid version could be found
Maybe someone wants to add this hint to the book?
The text was updated successfully, but these errors were encountered: