Category: Maven

How to Build a JAR File using a Maven Project in Eclipse
This tutorial details how to create a JAR File Using Maven in Eclipse . I.e. if you want to generate a JAR as the result of your Maven Install command then this tutorial is for you. Then this JAR can be included as a dependency in a different project and becomes reusable.
Pre-requisite for this tutorial – The Eclipse plugin “Maven Integration for Eclipse (Juno and newer)” should be installed in your copy of Eclipse IDE. Lets start off the with the tutorial then … Continue reading How to Create JAR File with Maven in Eclipse