Start with maven

Start with Maven To start with Maven lets create a sample application which will result into artifact packaged into .jar. Maven being build system for Java application, you need to have following software’s installed on your machine and set few environment variables. JDK may be latest version at least jdk 1.6. Maven installation download latest version. Set Maven’s bin directory into path variable so that it is accessible from anywhere. Set JAVA_HOME environment variable pointing to required JDK installation It is very easy to create simple jar project with the help of Maven archetype (in short it is a Java project templating tool, which has different templates to create different kinds of projects. [Read More]