Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Build Failure

Hi,

On Sun, Mar 13, 2016 at 5:11 AM, Fuxiang Chen <cfuxiang@xxxxxxxxx> wrote:
> I have rebuilt with the -X option. Please the following stacktrace:
>
> [ERROR] Failed to execute goal on project jetty-servlet: Could not resolve
> dependencies for project
> org.eclipse.jetty:jetty-servlet:jar:9.4.0-SNAPSHOT: Could not find artifact
> org.eclipse.jetty:jetty-
> http:jar:tests:9.4.0-SNAPSHOT -> [Help 1]

The module jetty-http is built before jetty-servlet.
The artifact jetty-http with classifier "tests" is missing so you must
build the jetty-http module making sure you build the tests part too.

What is the exact Maven command line ?

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top