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

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

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

url rewriting - How to redirect a http POST with urlrewritefilter -