Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
/ pomxml-dep-update Public archive

If there is a newer version of the dependency in pom.xml, rewrite it to the latest version. (WIP)

Notifications You must be signed in to change notification settings

book000/pomxml-dep-update

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

pom.xml Dependencies Updater (pomxml-dep-update)

If there is a newer version of the dependency in pom.xml, rewrite it to the latest version.

Attention

This action may cause destructive changes to the existing file (pom.xml).

Action Inputs

  • pom-path: Path to pom.xml (e.g, pom.xml)
  • ignore-packages: The packages that will not be updated, Comma separated (e.g, com.tomacheese.abc,com.tomacheese.def)

Example

- name: pom.xml Dependencies Updater
  uses: book000/pomxml-dep-update@v1.0.2
  with:
    pom-path: pom.xml
    ignore-packages: com.tomacheese.abc,com.tomacheese.def

About

If there is a newer version of the dependency in pom.xml, rewrite it to the latest version. (WIP)

Topics

Resources

Stars

Watchers

Forks