GithubHelp home page GithubHelp logo

gav-introspector's Introduction

GAV Introspector

--==Speedy GAV resolver for Java artifacts==--

Goal of this script is to determine the GAV (GroupId ArtifactId Version) for every Java artifact in provided directory, as quickly as possible and without involving laggy and network intensive build tools (Maven, Gradle, ...). It is clearly hacky here and there but performance is the only indicator that matters: all shots are allowed.

How To

gavspector [flags] <directory full of Java artifacts>

Supported flags:

  • --fail-fast, process immediately exits if an artifact cannot be resolved. Default is to continue processing remaining artifacts. In both cases the process will return with a non zero exit code.
  • --unresolved-ext <extension>, append provided extension to all unresolved artifacts. If --fail-fast flag is also enabled, the custom extension will only be appended to the artifact that caused the exit. By default unresolved artifacts are left unchanged.
  • --purge-cache, flush existing local cache (artifacts' hash). Local cache will be rebuilt from the ground up.

Resolved artifacts are renamed following standard GAV pattern: <groupId>.<artifactId>-<version>.jar

Links

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.