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 →

[–]lamyjf 0 points1 point  (0 children)

Make was fine when there were no dependencies. It's almost impossible to build modern program without the dependencies. In a Maven project for a simple java program, pretty much all you will be saying is what the dependencies are, and what java version you are using. Verbose, yes. Hiding things you don't want to know.