You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by ad...@bt.com on 2007/01/17 12:21:00 UTC

jetty in maven repo seems a bit messy?

Trying to use Jetty version 5.1.*, but having trouble defining the
dependency in my pom. Looking at http://repo1.maven.org/maven2 the jetty
stuff seems a bit of a mess?

Can anyone give me a working dependency definition please?

TIA,

Adrian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: jetty in maven repo seems a bit messy?

Posted by Stephen Duncan <st...@gmail.com>.
Here you go:

                <dependency>
                        <groupId>org.mortbay.jetty</groupId>
                        <artifactId>org.mortbay.jetty</artifactId>
                        <version>5.1.12</version>
                        <scope>runtime</scope>
                </dependency>

Notice the weird artifactId

-Stephen

On 1/17/07, adrian.p.smith@bt.com <ad...@bt.com> wrote:
> Trying to use Jetty version 5.1.*, but having trouble defining the
> dependency in my pom. Looking at http://repo1.maven.org/maven2 the jetty
> stuff seems a bit of a mess?
>
> Can anyone give me a working dependency definition please?
>
> TIA,
>
> Adrian
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Stephen Duncan Jr
www.stephenduncanjr.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org