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
Post a Comment