We can create a new project in jenkins by following these steps. We choose maven Project instead ... Read More
To compile a maven project we use the following command.if some files dont match with online reposit ... Read More
Open a command prompt window 1.type mvn --version If the above command gives the version then tha ... Read More
To import the project into eclipse right click on the right side of eclipse and click import and the ... Read More
Lets make a new project that will is lying on our git hub repo but it will run using jenkins We m ... Read More
In pom.xml remove the junit dependency and add testng dependency instead. In this example we are usi ... Read More
Maven runs on community server. All the latest jar files from all the open source distributors ,may ... Read More