embedded-servlet-3.0 icon indicating copy to clipboard operation
embedded-servlet-3.0 copied to clipboard

Better maven coordinates

Open marcusphi opened this issue 11 years ago • 0 comments

It would be nice if the project had a better maven coordinates. It shows up as 'sample-webapp' when imported to Eclipse, which is not very descriptive.

Current:

<groupId>com.company.sample</groupId>
<artifactId>sample-webapp</artifactId>

Suggested:

<groupId>org.eclipse.jetty.examples</groupId>
<artifactId>embedded-servlet_3_0</artifactId>

marcusphi avatar Oct 04 '13 12:10 marcusphi