Skip to content

hadson172/DepTreeAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DepTreeAnalyzer

Simple Application which allow you find out which dependencies from two dependency trees were updated (to which version, scope), added, removed.

Getting started

To run project you must set up properties file and few properties listed bellow.

Prerequisites

  • Maven

Installing

  • Create app.properties file in resources directory
  • Setup properties:
maven.home=E:\\apache-maven-3.5.0-bin\\apache-maven-3.5.0
maven.source.project=Repo
maven.target.project=.
  • maven.home - path to maven application directory
  • maven.source.project - path to maven project from which will be taken source dependency tree
  • maven.target.project - path to maven project from which will be taken target dependency tree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages