spring-guides/tut-rest

Rest POM missing packaging type

pablorengi opened this issue · 2 comments

tut-bookmarks/rest/pom.xml is missing the packaging type and will fail compile.

needs to add:

<packaging>pom</packaging>

The whole thing builds fine, so not sure what the problem is.

This tutorial was completely rewritten as of 63d3937.

I suggest you read it from the top and be sure to let us know if you spot any issues!