News

The Maven POM: Every Java project that uses Maven has a POM (project object model) file in its root directory. The pom.xml describes the project’s dependencies and tells you how to build it.
To find Java class dependency across the project. All you have to do is, to replace the correct path of the project root in the same format as mentioned in application.properties This project has been ...
Suppose you have some iterdependant projects, with many Maven modules and sub-modules, each of sub-module having its own pom.xml file. This script allows you to look in the current directory, scan all ...