Rest POM missing packaging type
pablorengi opened this issue · 2 comments
pablorengi commented
tut-bookmarks/rest/pom.xml is missing the packaging type and will fail compile.
needs to add:
<packaging>pom</packaging>
gregturn commented
The whole thing builds fine, so not sure what the problem is.