Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty-distribution maven dependencies missing

I’m trying to include the jetty distribution in a maven project with:

 

        <dependency>

            <groupId>org.eclipse.jetty</groupId>

            <artifactId>jetty-distribution</artifactId>

            <version>9.1.4.v20140401</version>

            <type>zip</type>

        </dependency>

 

But when I build with maven I get:

 

Could not find artifact org.eclipse.jetty:test-jetty-webapp:war:9.1.4.v20140401…

 

This used to work with jetty 8 because the test-jetty-webapp and similar dependencies were in maven central but now in the 9.x series it isn’t.

 

Is there some way to make it work?

 

Thanks,

 

Jon


Back to the top