Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codehaus-plexus/plexus-utils
Plexus Utils
https://github.com/codehaus-plexus/plexus-utils
hacktoberfest maven
Last synced: 24 days ago
JSON representation
Plexus Utils
- Host: GitHub
- URL: https://github.com/codehaus-plexus/plexus-utils
- Owner: codehaus-plexus
- License: apache-2.0
- Created: 2015-01-27T16:48:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T19:01:44.000Z (about 1 month ago)
- Last Synced: 2024-09-23T22:31:32.541Z (about 1 month ago)
- Topics: hacktoberfest, maven
- Language: Java
- Homepage: https://codehaus-plexus.github.io/plexus-utils/
- Size: 15.2 MB
- Stars: 35
- Watchers: 8
- Forks: 38
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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)
[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/codehaus/plexus/plexus-utils/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-utils/README.md)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
```Starting with version 4, XML classes (in `org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`) have been extracted to a separate [`plexus-xml`](https://github.com/codehaus-plexus/plexus-xml/) library: if you need them, just use this new artifact.
`plexus-utils` 4 keeps an optional dependency on `plexus-xml` 3 to keep compatibility with the few XML-oriented methods of `ReaderFactory` and `WriterFactory`: these classes are deprecated, you should migrate as explained in javadoc. And keep `plexus-xml` to 3 if you want Maven 3 compatibility, as `plexus-xml` 4 works only in Maven 4.