From f5c5fc9547803c46d8173efee25e211642ca52f2 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Thu, 17 Oct 2024 12:02:54 +0200 Subject: [PATCH] Fix typos in history.apt and faq.fml --- src/site/apt/history.apt | 8 ++++---- src/site/fml/faq.fml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/site/apt/history.apt b/src/site/apt/history.apt index ce0b36f1..b356f91b 100644 --- a/src/site/apt/history.apt +++ b/src/site/apt/history.apt @@ -34,7 +34,7 @@ Maven Site Plugin History Maven Site Plugin uses: * {{{/doxia/}Doxia}} to parse {{{/doxia/references/}many markup languages}} then render HTML: see - {{{./examples/creating-content.html}Creating Content}} documentation for mode details (particularly which markups + {{{./examples/creating-content.html}Creating Content}} documentation for more details (particularly which markups are enabled by default in maven-site-plugin and how to add one), * {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Sitetools - Site Renderer}} to integrate document content into @@ -52,15 +52,15 @@ Maven Site Plugin History Given this layered approach, rendering issues reported to {{{https://issues.apache.org/jira/projects/MSITE}MSITE Maven Site Plugin issue tracker}} are often translated to {{{https://issues.apache.org/jira/projects/DOXIA}Doxia}} or - {{{https://issues.apache.org/jira/projects/DOXIASITETOOLS}Doxia Sitetools}}, and issues fixed in - Doxia or Doxia Sitetools benefit to maven-site-plugin once dependency is upgraded. + {{{https://issues.apache.org/jira/projects/DOXIASITETOOLS}Doxia Sitetools}} issues. Any issues fixed in + Doxia or Doxia Sitetools are inherited to the maven-site-plugin once its dependency is updated. Knowing which version of maven-site-plugin uses which version of Doxia or Doxia Sitetools is useful to choose to which version to upgrade maven-site-plugin to benefit from a fix: this is the basis for the {{{./migrate.html}simplified migration guide}}. *-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------* -|| relelease date || maven-site-plugin || {{{/doxia/}Doxia}} || {{{/doxia/doxia-sitetools/}Doxia Sitetools}} || {{{/shared/maven-reporting-exec/}Maven Reporting Executor}} || minimum Java || minimum Maven || Comment +|| release date || maven-site-plugin || {{{/doxia/}Doxia}} || {{{/doxia/doxia-sitetools/}Doxia Sitetools}} || {{{/shared/maven-reporting-exec/}Maven Reporting Executor}} || minimum Java || minimum Maven || Comment *-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------* | 2024-07 | 4.0.0-M16 | | | *-----------------*--------------------*--------*------------------*--------------------*---*-------*---------------* diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 5761b366..807e6784 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -29,7 +29,7 @@ under the License.
mvn site
Calls the site phase of the site lifecycle. - Full site lifecycle consists in the following life cycle phases: pre-site, site, post-site and site-deploy. + Full site lifecycle consists of the following life cycle phases: pre-site, site, post-site and site-deploy. See Lifecycle Reference. Then it calls plugin goals associated to pre-site and site phases.
mvn site:site
@@ -38,8 +38,8 @@ under the License. - - How do I Integrate static (X)HTML pages into my Maven site? + + How do I integrate static (X)HTML pages into my Maven site?

You can integrate your static pages by following these steps: