Maven and Jenkins

maven jenkins

We can create a new project in jenkins by following these steps. We choose maven Project instead ... Read More

Important maven commands

commands maven

To compile a maven project we use the following command.if some files dont match with online reposit ... Read More

Creating a maven project in cmd

maven

Open a command prompt window 1.type mvn --version If the above command gives the version then tha ... Read More

Importing maven project to eclipse and running first test

maven

To import the project into eclipse right click on the right side of eclipse and click import and the ... Read More

Maven,github and jenkins

maven github jenkins

Lets make a new project that will is lying on our git hub repo but it will run using jenkins We m ... Read More

Running testng suites in maven project

testng maven

In pom.xml remove the junit dependency and add testng dependency instead. In this example we are usi ... Read More

Maven basics and environment variables setup

maven

Maven runs on community server. All the latest jar files from all the open source distributors ,may ... Read More