Maven

How to create Maven Web Application project in Eclipse

This is simple article, that helps to setup and run web application project in Eclipse with Maven. Apache Maven is a software project management and comprehension tool. It manages the project build using the project object model (POM) XML. Tools used : 1) eclipse version Luna 4.4.1. 2) Maven 3.3.3 3) apache-tomcat-8.0.22 Steps to be followed : 1) Maven Installation, ...

Read More »

Maven install command is not working in eclipse

Some times we will end up following error, No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? In this case, we need to change the path Java -> Installed JREs path to point to jdk, instead of jre. Jdk should be set to system Path variable, without this given solution will ...

Read More »