Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Maven, Eclipse and Jetty setup problems.

    2 answers - 874 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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
  • No.1 | | 1334 bytes | |

    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
  • No.2 | | 1921 bytes | |

    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

Re: Maven, Eclipse and Jetty setup problems.


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 2 =
QUESTION ON "Java"

EMSDN.COM