Webdriver Manager Tool
In this tutorial, we will learn about Webdriver Manager Tool. This is a command line tool to run Protractor tests using an instance of a Selenium Server.
Automation
In this tutorial, we will learn about Webdriver Manager Tool. This is a command line tool to run Protractor tests using an instance of a Selenium Server.
Install Maven on Ubuntu Linux In this tutorial, we will walk through installing Maven on a Ubuntu Linux machine and explore two options. Manual Install from Linux archive native package. Install from Ubuntu Package Manager (APT). Install Maven using the Linux native package This option lets the user choose the version and customize the install […]
Maven Archetype plugin command line Maven archetype plugin allows us to create projects based on predefined structures and template. Let’s see how to work with the Maven archetype plugin command line. Add the bin folder path of your maven installation to the PATH environment variable, so that you can run anywhere in the console the […]
Maven Archetypes Maven Archetypes allow us to build archetype containers for different projects. These containers contain POM, src, test, resources, etc in a specific directory structure. The contents and the directory structure depends on the what archetype container was built. Let’s get started. We can use the new maven project wizard or the command line […]
Maven Integration plugin for Eclipse IDE m2e plugin provides Maven integration for Eclipse IDE. You can use the plugin to execute Maven builds via the Eclipse IDE, and interact with Maven repositories. Features Some of the features available in the plugin are as follows: Creating and importing Maven projects Dependency management and automatic dependency downloads […]
Create Web Application with Maven : This post will create a simple web application with Maven and IntelliJ