Class ProjectDependencyReader


  • public class ProjectDependencyReader
    extends Object
    This class reads all dependencies of a pom file (including the plugins) together with their license.
    • Method Detail

      • readDependencies

        public ProjectDependencies readDependencies​(org.apache.maven.project.MavenProject project)
        Read the dependencies of the pom file (including plugins).
        Parameters:
        project - maven project
        Returns:
        list of dependencies