You're probably using "mvn jetty6:run"

1. Add this to your POM:
<build>
        <plugins>
                <plugin>
                        <groupId>org.mortbay.jetty</groupId>
                        <artifactId>maven-jetty-plugin</artifactId>
                </plugin>
        </plugins>
</build>

2. start jetty with "mvn jetty:run"

Martin

On Mon, 09 Oct 2006 19:27:46 +0200, Leo Sakhvoruk <[EMAIL PROTECTED]> wrote:

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:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-jetty6-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-SNAPSHOT.

Does anyone have a clue why it's trying to use maven-jetty6-plugin?

Please help.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to