Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] artifact and version to use in a POM

I'm having quite a few problems figuring out the information in object.

In the JXSE project, we have been using the following dependency so far:

<dependency>
<groupId>jetty</groupId>
<artifactId>org.mortbay.jetty</artifactId>
<version>4.2.27</version>
<optional>true</optional>
</dependency>

I understand that jetty had been moved, repackaged and renamed a few times since.
How should the POM snippet above be modified, to use the latest Jetty 7 maven plugin?

Thanks,
  Lorenzo




Back to the top