jenkins - maven Library and Test sources -


once make maven project library sources under src/main/java , test sources under src/test/java . library sources understandable purpose of test sources? if don't use section/folder?

if don't use folder src/test/java or if don't use don't create folder src/test means tests not compiled nor executed. no problem if you don't use tests, of course recommended unit testing.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -