All Projects → georgberky → dependency-update-maven-plugin

georgberky / dependency-update-maven-plugin

Licence: Apache-2.0 license
A Maven plugin that creates merge requests for dependency updates.

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to dependency-update-maven-plugin

plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Stars: ✭ 24 (+4.35%)
Mutual labels:  maven, maven-plugin
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+47.83%)
Mutual labels:  maven, maven-plugin
Formatter Maven Plugin
Formatter Maven Plugin
Stars: ✭ 187 (+713.04%)
Mutual labels:  maven, maven-plugin
Gatling Maven Plugin Demo
Showcase of the Gatling Plugin for Maven
Stars: ✭ 162 (+604.35%)
Mutual labels:  maven, maven-plugin
mvn scalafmt
Scalafmt plugin for maven
Stars: ✭ 14 (-39.13%)
Mutual labels:  maven, maven-plugin
Maven Git Versioning Extension
This extension will virtually set project versions, based on current git branch or tag.
Stars: ✭ 178 (+673.91%)
Mutual labels:  maven, maven-plugin
gatling-maven-plugin
Gatling Plugin for Maven
Stars: ✭ 30 (+30.43%)
Mutual labels:  maven, maven-plugin
Git Commit Id Maven Plugin
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deployments... :-)
Stars: ✭ 1,187 (+5060.87%)
Mutual labels:  maven, maven-plugin
markdown-page-generator-plugin
Markdown to HTML Page Generator Maven Plugin
Stars: ✭ 48 (+108.7%)
Mutual labels:  maven, maven-plugin
Scala Steward
🤖 A bot that helps you keep your Scala projects up-to-date
Stars: ✭ 812 (+3430.43%)
Mutual labels:  gitlab, maven
Jib
🏗 Build container images for your Java applications.
Stars: ✭ 11,370 (+49334.78%)
Mutual labels:  maven, maven-plugin
mvn-jlink
Maven plugin to provide way to work with jlink tool in maven projects
Stars: ✭ 34 (+47.83%)
Mutual labels:  maven, maven-plugin
Jgitver Maven Plugin
maven core extension to automatically define versions using jgitver & git tags
Stars: ✭ 117 (+408.7%)
Mutual labels:  maven, maven-plugin
Sortpom
Maven plugin that helps the user sort pom.xml.
Stars: ✭ 185 (+704.35%)
Mutual labels:  maven, maven-plugin
Flatten Maven Plugin
Flatten Maven Plugin
Stars: ✭ 82 (+256.52%)
Mutual labels:  maven, maven-plugin
Versions Maven Plugin
Versions Maven Plugin
Stars: ✭ 199 (+765.22%)
Mutual labels:  maven, maven-plugin
Animal Sniffer
Stars: ✭ 59 (+156.52%)
Mutual labels:  maven, maven-plugin
Appassembler
Stars: ✭ 69 (+200%)
Mutual labels:  maven, maven-plugin
Docker Maven Plugin
INACTIVE: A maven plugin for Docker
Stars: ✭ 2,597 (+11191.3%)
Mutual labels:  maven, maven-plugin
macosappbundler-maven-plugin
Maven plugin for creating a native macOS bundle containing all dependencies required by a Maven project
Stars: ✭ 35 (+52.17%)
Mutual labels:  maven, maven-plugin

Dependency Update Maven Plugin

Build Status codecov

The Dependency Update Maven Plugin analyzes the dependencies of your Maven project.

If a more recent version of a dependency is found, the plugin will

  • create a new branch
  • update the dependency version in the POM
  • commit and push the change
  • create a merge request

Features

  • supports Public Key, Username Password and Token-Based Authentication

Quickstart

mvn io.github.georgberky.maven.plugins.depsupdate:dependency-update-maven-plugin:update

Goals

update

Update Mojo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].