Skip to content

A command line tool to query first order and transitive maven coordinates based off an initial list of coordinates.

License

Notifications You must be signed in to change notification settings

ajacward/maven-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-client

Description

This CLI reads a list of maven group artifact version (GAV) coordinates and returns an ordered list of first order and transitive GAV coordinates within the runtime and compile scopes.

example

maven-client -config config.txt -input input.txt

Command line flags

  • config
  • input

Both flags expect a path to a respective file

Config

  • repourl
  • username
  • password

Input

A file containing new line separated entries to query against.

The format is group:artifact:version

Output

A file containing new line separated alphabetically sorted GAV coordinates

About

A command line tool to query first order and transitive maven coordinates based off an initial list of coordinates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages