Skip to content

Commit bcf34dc

Browse files
committed
describe plexus-xml update to maven-xml-impl
1 parent 72c06a0 commit bcf34dc

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Plexus-Xml
44
[![Build Status](https://github.com/codehaus-plexus/plexus-xml/actions/workflows/maven.yml/badge.svg)](https://github.com/codehaus-plexus/plexus-xml/actions)
55
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-xml.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-xml)
66

7-
This library consists of XML classes (`org.codehaus.plexus.util.xml`, and `ReaderFactory`/`WriterFactory` moved from `org.codehaus.plexus.util`) that have been extracted from [`plexus-utils`](https://github.com/codehaus-plexus/plexus-utils/) 4.
7+
This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`) that:
8+
1. have been extracted from [`plexus-utils`](https://github.com/codehaus-plexus/plexus-utils/) 4,
9+
2. then updated to use [`maven-xml-api`](https://github.com/apache/maven/tree/maven-4.0.0-alpha-7/api/maven-api-xml)/[`maven-xml-impl`](https://github.com/apache/maven/tree/maven-4.0.0-alpha-7/maven-xml-impl)
810

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

src/site/markdown/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Plexus XML Utilities
2+
3+
A collection of various utility classes to ease working with XML.
4+
5+
This library consists of XML classes (`org.codehaus.plexus.util.xml` and `org.codehaus.plexus.util.xml.pull`):
6+
1. that have been extracted from [`plexus-utils`](../plexus-utils/) 4,
7+
2. then updated to use [`maven-xml-api`](https://maven.apache.org/ref/4.0.0-alpha-7/api/maven-api-xml/)/[`maven-xml-impl`](https://maven.apache.org/ref/4.0.0-alpha-7/maven-xml-impl/index.html)
8+

src/site/site.xml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
66
<body>
7+
<links>
8+
<item name="Plexus Utils" href="../plexus-utils/" />
9+
</links>
710
<breadcrumbs>
811
<item name="Plexus" href="https://codehaus-plexus.github.io/"/>
912
<item name="XML" href="https://codehaus-plexus.github.io/plexus-xml/"/>

0 commit comments

Comments
 (0)