Skip to content

Commit

Permalink
added build status
Browse files Browse the repository at this point in the history
  • Loading branch information
toby1984 committed Mar 14, 2024
1 parent 4681a70 commit 8b158ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This rule can be configured to just print warnings about outdated artifacts or o
Artifact release information can either be retrieved & stored locally or one can deploy a simple Java servlet on a server and have all clients talk to this servlet instead of talking to Maven Central directly (which is the recommended way to use this project as it otherwise creates unnecessary load on Maven Central when multiple people inside the same company use it).
Note that metadata.xml files stored on Maven Central do not reveal when a given version has been uploaded so my enforcer rule simply scrapes the "last modified" date from an artifact's "Browse" page.

# Build status

![status](https://github.com/OWNER/REPOSITORY/actions/workflows/maven.yml/badge.svg)

# Basic Usage

Note that you'll need at least JDK 17 to use this enforcer rule.
Expand Down

0 comments on commit 8b158ff

Please sign in to comment.