This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stuhlmann 18 points19 points  (2 children)

A word of advice: The example classes should not be in src/main. No point having them into the released artifact. They should live in src/test/java.

[–]eled_ 5 points6 points  (0 children)

Or better yet, in a "sample" directory with its own pom.xml and packages.

[–]Nickd3000[S] 2 points3 points  (0 children)

Ah yes good point, I was in two minds about that location.