Skip to content

F-I-D-O/info-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This tiny maven plugin provides a quick way to see which artifacts are installed in the local repository. You no longer need to browse the repository manually!

No installation required. The plugin is on Maven Central

Basic usage

mvn ninja.fido:info-maven-plugin:list

The plugin lists all artifacts, one per line. For filtering, combine it with a filtration tool, e.g:

mvn ninja.fido:info-maven-plugin:list | grep "google" # Linux

mvn ninja.fido:info-maven-plugin:list | sls "google" # Windows

Shortening the command

Apart from custom shell commands, the command can be shortened by configuring Maven. Just add the following to the settings.xml file:

<pluginGroups>
    <pluginGroup>ninja.fido</pluginGroup>
</pluginGroups>

Then the command can be shortened to:

mvn info:list

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages