Category: Maven
Maven
Introduction Here I will show you how to encrypt user passwords in maven’s ~/.m2/settings.xml file. The user here is the person who is going to access the remote maven’s protected repository. The maven’s configuration or setting file, settings.xml , which contains all the required configurations such as repository, server etc will be updated here. Problem…
Posted in Maven
Introduction In this tutorial I will explain you how to create multi-modules maven project in Eclipse. This kind of project is a good design when you want to group similar applications or projects and reduce the duplication in code. A multi-module project is built from a parent pom that manages a group of submodules. In…
Posted in Maven