https://github.com/codehaus-plexus/plexus-utils
Plexus Utils
https://github.com/codehaus-plexus/plexus-utils
maven
Last synced: 23 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T16:33:45.000Z (2 months ago)
- Last Synced: 2025-05-03T03:42:01.796Z (about 1 month ago)
- Topics: maven
- Language: Java
- Homepage: https://codehaus-plexus.github.io/plexus-utils/
- Size: 14.7 MB
- Stars: 35
- Watchers: 9
- Forks: 41
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Plexus-Utils
============[](https://github.com/codehaus-plexus/plexus-utils/actions)
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-utils)
[](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.