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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -