Maven build - Directory Structure -


please guide since wanted understand on build tool maven 'directory structure' intelli j ide main/test divided 2 separate folders both have same files.

ps- moved qa automation want understand better. fyi per maven main website: a. main directory root directory source code related application itself, not test code. b. test directory contains test source code.

maven search files in below directory structure.

src/main/java - source java files  src/main/resources - source resource files  src/test/java - test cases  src/test/resources - test resource files 

Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -