Thursday, April 26, 2018

What is maven ?

  • Maven is a build automation tool used primarily for Java-based project. 
  • It can also be used to build and manage projects written in C#, Ruby, Scala, and other languages.
  • Maven addresses two aspects of building software: first, it describes how software is built, and second, it describes its dependencies.
  • An pom.xml file describes the software project being built.

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...