You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/apt/history.apt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Maven Site Plugin History
34
34
Maven Site Plugin uses:
35
35
36
36
* {{{/doxia/}Doxia}} to parse {{{/doxia/references/}many markup languages}} then render HTML: see
37
-
{{{./examples/creating-content.html}Creating Content}} documentation for mode details (particularly which markups
37
+
{{{./examples/creating-content.html}Creating Content}} documentation for more details (particularly which markups
38
38
are enabled by default in maven-site-plugin and how to add one),
39
39
40
40
* {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Sitetools - Site Renderer}} to integrate document content into
@@ -52,15 +52,15 @@ Maven Site Plugin History
52
52
53
53
Given this layered approach, rendering issues reported to {{{https://issues.apache.org/jira/projects/MSITE}MSITE Maven Site Plugin issue tracker}}
54
54
are often translated to {{{https://issues.apache.org/jira/projects/DOXIA}Doxia}} or
55
-
{{{https://issues.apache.org/jira/projects/DOXIASITETOOLS}Doxia Sitetools}}, and issues fixed in
56
-
Doxia or Doxia Sitetools benefit to maven-site-plugin once dependency is upgraded.
55
+
{{{https://issues.apache.org/jira/projects/DOXIASITETOOLS}Doxia Sitetools}} issues. Any issues fixed in
56
+
Doxia or Doxia Sitetools are inherited to the maven-site-plugin once its dependency is updated.
57
57
58
58
Knowing which version of
59
59
maven-site-plugin uses which version of Doxia or Doxia Sitetools is useful to choose to which version to upgrade
60
60
maven-site-plugin to benefit from a fix: this is the basis for the {{{./migrate.html}simplified migration guide}}.
Copy file name to clipboardExpand all lines: src/site/fml/faq.fml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ under the License.
29
29
<dt><code>mvn site</code></dt>
30
30
<dd>
31
31
Calls the <i>site</i> <b>phase</b> of the site <b>lifecycle</b>.
32
-
Full site lifecycle consists in the following life cycle phases: <code>pre-site</code>, <code>site</code>, <code>post-site</code> and <code>site-deploy</code>.
32
+
Full site lifecycle consists of the following life cycle phases: <code>pre-site</code>, <code>site</code>, <code>post-site</code> and <code>site-deploy</code>.
33
33
See <ahref="/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference">Lifecycle Reference</a>.
34
34
Then it calls plugin goals associated to <code>pre-site</code> and <code>site</code> phases.</dd>
35
35
<dt><code>mvn site:site</code></dt>
@@ -38,8 +38,8 @@ under the License.
38
38
</dl>
39
39
</answer>
40
40
</faq>
41
-
<faqid="How do I Integrate static (X)HTML pages into my Maven site">
42
-
<question>How do I Integrate static (X)HTML pages into my Maven site?</question>
41
+
<faqid="How do I integrate static (X)HTML pages into my Maven site">
42
+
<question>How do I integrate static (X)HTML pages into my Maven site?</question>
43
43
<answer>
44
44
<p>
45
45
You can integrate your static pages by following these steps:
0 commit comments