That was it! Thanks a lot Martin for saving the last few hairs I have
left on my head that I didn't pull out ;)
Martin Strand wrote:
You're probably using "mvn jetty6:run"
1. Add this to your PM:
<build>
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
</plugin>
</plugins>
</build>
2. start jetty with "mvn jetty:run"
Martin
Mon, 09 2006 19:27:46 +0200, Leo Sakhvoruk
<leo.sakhvoruk (AT) gmail (DOT) comwrote:
>
>Wow,
>>
>What a serious pain in the butt! I've been trying to set up Eclipse
>to use Maven and Jetty for my project and it has turned out a
>horrendous affair and a time sink. I am yet to see Jetty run once and
>be able to debug my project. Right now I'm getting the following error:
>>
>[ERRR] BUILD ERRR
>[INF]
>
>[INF] The plugin '' does
>not exist or no valid version could be found
>>
>This is insane from what I can see since I don't even have
>maven-jetty6-plugin declared in my pom file!!! I'm trying to use
>maven-jetty-plugin 6.1-SNAPSHT.
>>
>Does anyone have a clue why it's trying to use maven-jetty6-plugin?
>>
>Please help.
>
To unsubscribe, e-mail: users-unsubscribe (AT) tapestry (DOT) apache.org
For additional commands, e-mail: users-help (AT) tapestry (DOT) apache.org
--
To unsubscribe, e-mail: users-unsubscribe (AT) tapestry (DOT) apache.org
For additional commands, e-mail: users-help (AT) tapestry (DOT) apache.org