Maven info

Maven info for Automation framework beginner

Maven POM project object model to use same dependency across


  • Maven is build and dependency management tool
  • It will add all the dependencies in POM.xml



Maven commands

mvn install
mvn clean


Commands to run groups.xml file via maven command line


It is dependency management tool

src/main/java >> dev code
Maven folder structure

src 
main >> Java >> Resources - config files, loggers etc
test >> java for actual writing tests >> Resources keeping test data resource

Comments

Popular Posts