File: README.md

package info (click to toggle)
plexus-utils2 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,760 kB
  • sloc: java: 28,454; xml: 1,933; makefile: 11; sh: 5
file content (16 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Plexus-Utils
============

[![Build Status](https://github.com/codehaus-plexus/plexus-utils/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-utils/actions)
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-utils.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-utils)

This library is historically used by the Apache Maven project so it's developed and maintained by the same [`bad guys`](http://maven.apache.org/team.html)

The current master is now at https://github.com/codehaus-plexus/plexus-utils

For publishing [the site](https://codehaus-plexus.github.io/plexus-utils/) do the following:

```
mvn -Preporting verify site site:stage scm-publish:publish-scm
```