https://timothyr.github.io/github-pom-version-scanner/
A website to scan pom.xml
files of entire GitHub organizations.
Intended to check if dependency versions are up-to-date at scale.
A pom.xml
file describes the configuration and dependencies of a Maven project.
Maven is a popular build tool for Java applications.
Read more about Pom files here: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
- Go to https://timothyr.github.io/github-pom-version-scanner/
- Type in a GitHub org (Specifically one with Java repositories - otherwise there will not be any
pom.xml
file - Click scan and all
pom.xml
dependencies and their versions are listed
GitHub API logic is in file src\pom-version-scanner\scanner.ts
This module calls for list of repositories in an org, then scans all of the repositories for pom.xml
files
This project was generated with Angular CLI version 7.3.6.
./deploy.sh