https://github.com/codehaus-plexus/plexus-xml
Plexus Xml
https://github.com/codehaus-plexus/plexus-xml
Last synced: 11 months ago
JSON representation
Plexus Xml
- Host: GitHub
- URL: https://github.com/codehaus-plexus/plexus-xml
- Owner: codehaus-plexus
- License: apache-2.0
- Created: 2023-04-06T16:27:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T11:26:42.000Z (about 1 year ago)
- Last Synced: 2025-05-29T13:00:20.026Z (about 1 year ago)
- Language: Java
- Homepage: https://codehaus-plexus.github.io/plexus-xml/
- Size: 8.37 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Plexus-Xml
==========
[](https://github.com/codehaus-plexus/plexus-xml/actions)
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
[](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-xml/README.md)
This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`) that:
1. have been extracted from [`plexus-utils`](https://github.com/codehaus-plexus/plexus-utils/) 4:\
this step is released as `plexus-xml` 3, maintained in [3.x branch](tree/3.x)\
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml),
2. then updated to use Maven 4-specific [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/api/maven-api-xml)/[`maven-xml`](https://github.com/apache/maven/tree/maven-4.0.0-rc-2/maven-xml):\
this is the `master` branch from which `plexus-xml` 4 is released\
Version 4.x requires Java 17 (like Maven 4)
[](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
For publishing [the site](https://codehaus-plexus.github.io/plexus-xml/) do the following:
```
mvn -Preporting verify site site:stage scm-publish:publish-scm
```