diff --git a/maven-xml-impl/README.md b/maven-xml-impl/src/site/markdown/index.md similarity index 94% rename from maven-xml-impl/README.md rename to maven-xml-impl/src/site/markdown/index.md index e9653e3077..9de640ebb5 100644 --- a/maven-xml-impl/README.md +++ b/maven-xml-impl/src/site/markdown/index.md @@ -19,4 +19,4 @@ Apache Maven XML Impl This module contains the implementation of the `org.apache.maven.api.xml.XmlNode` interface used to convey XML snippets in the object model, and also the modified `org.codehaus.plexus.util.xml` package which wraps the immutable objects from `org.apache.maven.api.xml.XmlNode` in order to provide compatibility and interoperability between the API v3.x and v4.x. -See [plexus-utils](../plexus-utils/README.md) for more information. +See [Maven Plexus Utils](../plexus-utils/) for more information. diff --git a/maven-xml-impl/src/site/site.xml b/maven-xml-impl/src/site/site.xml new file mode 100644 index 0000000000..8ffe43d07c --- /dev/null +++ b/maven-xml-impl/src/site/site.xml @@ -0,0 +1,38 @@ + + + + + + + ${project.scm.url} + + + + + + + + + + + + + \ No newline at end of file diff --git a/plexus-utils/README.md b/plexus-utils/site/markdown/index.md.vm similarity index 95% rename from plexus-utils/README.md rename to plexus-utils/site/markdown/index.md.vm index 125c34a49a..709303d81b 100644 --- a/plexus-utils/README.md +++ b/plexus-utils/site/markdown/index.md.vm @@ -23,4 +23,4 @@ The Maven 4.x API is based on immutable data objects. The Maven model contains a Given the new implementation of `org.codehaus.plexus.utils.xml.Xpp3Dom` now relies on `org.apache.maven.api.Dom`, the modifications can't be made inside the `plexus-utils` project, because Maven itself depends on it. -This is drop-in replacement for `plexus-utils` 3.4.2. +This is drop-in replacement for `plexus-utils` ${plexusUtilsVersionEmbedded}. diff --git a/plexus-utils/site/site.xml b/plexus-utils/site/site.xml new file mode 100644 index 0000000000..d1c3532d82 --- /dev/null +++ b/plexus-utils/site/site.xml @@ -0,0 +1,38 @@ + + + + + + + ${project.scm.url} + + + + + + + + + + + \ No newline at end of file