Git Product home page Git Product logo

librarian-maven's Introduction

Build Status

Librarian

Tools to track/update your Maven dependencies.

Overview

This is just a Maven plugin for now. It traverses some repositories and sites to find out whether you're using the latest version of your dependecies and updates them for you if you want to.

Usage

Info Mojo

Tells you what percentage of your library is outdated (with the Maven logs) and creates a JSON file in your project root dir containing the info.

Used like this:

mvn librarian.plugin:librarian-maven-plugin:report

I know its too long to type, will be shorter soon.

Update Mojo

Comming Soon™.

librarian-maven's People

Contributors

ayld avatar

Stargazers

Martin Todorov avatar Michael André Pearce avatar

Watchers

 avatar James Cloos avatar

librarian-maven's Issues

Tests

There are no tests currently.

Make moar tests.

More descriptive info on the report goal

Current report goal output:

[info] VersionInfo{name=com.google.guava:guava:jar:15.0, isLatest=false, latest=18.0, current=15.0}
[info] VersionInfo{name=org.apache.maven:maven-project:jar:2.0.9, isLatest=false, latest=3.0-TYCHO-733848, current=2.0.9}
[info] VersionInfo{name=junit:junit:jar:4.8.2, isLatest=false, latest=4.12-beta-2, current=4.8.2}
[info] VersionInfo{name=org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2, isLatest=false, latest=3.3, current=3.2}
[info] VersionInfo{name=org.apache.maven:maven-plugin-api:jar:2.0, isLatest=false, latest=3.2.3, current=2.0}
[info] VersionInfo{name=com.google.code.gson:gson:jar:1.7.1, isLatest=false, latest=2.3, current=1.7.1}
[info] VersionInfo{name=org.codehaus.plexus:plexus-utils:jar:3.0.8, isLatest=false, latest=3.0.20, current=3.0.8}
[info] VersionInfo{name=org.apache.maven:maven-artifact:jar:2.0.9, isLatest=false, latest=3.2.3, current=2.0.9}

Should also report whether the version is latest or not.
This is visible from the report, yes, but an instant indicator would be better than having to visually compare version numbers.

Create the 'Update' Mojo

Should be called like something along the lines of:

mvn librarian.plugin:librarian-maven-plugin:update

and should update all dependencies to their latest versions.

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.