com.github.helpermethod:continuous-update-maven-plugin

The Continuous Update Maven Plugin creates merge requests for dependency updates.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.helpermethod
ArtifactId

ArtifactId

continuous-update-maven-plugin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

com.github.helpermethod:continuous-update-maven-plugin
The Continuous Update Maven Plugin creates merge requests for dependency updates.
Project URL

Project URL

https://github.com/helpermethod/continuous-update-maven-plugin
Source Code Management

Source Code Management

https://github.com/helpermethod/continuous-update-maven-plugin

Download continuous-update-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.helpermethod</groupId>
    <artifactId>continuous-update-maven-plugin</artifactId>
    <version>0.1.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.5.8
org.codehaus.groovy : groovy-xml jar 2.5.8
org.codehaus.groovy : groovy-groovydoc jar 2.5.8
org.eclipse.jgit : org.eclipse.jgit jar 5.5.1.201910021850-r

provided (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.2
org.apache.maven : maven-core jar 3.6.2
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

Project Modules

There are no modules declared in this project.

Dependency Update Maven Plugin

Maven Central Hex.pm

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 com.github.helpermethod:dependency-update-maven-plugin:update

Versions

Version
0.1.0